mirror of
https://github.com/10h30/trestle.git
synced 2026-07-11 10:46:08 +09:00
17 lines
241 B
CSS
17 lines
241 B
CSS
/*
|
|
* Trestle editor styles
|
|
*
|
|
* @since 1.0.0
|
|
*
|
|
* @package Trestle
|
|
*/
|
|
|
|
@import url( '/wp-content/themes/trestle/style.css' );
|
|
|
|
/* Overrides
|
|
--------------------------------------------- */
|
|
|
|
.content {
|
|
width: 100%;
|
|
font-size: 1.6rem;
|
|
} |