diff --git a/src/scss/yuzu/yuzu.scss b/src/scss/yuzu/yuzu.scss index 64cb004c..2012153b 100644 --- a/src/scss/yuzu/yuzu.scss +++ b/src/scss/yuzu/yuzu.scss @@ -99,7 +99,7 @@ a:hover { } // Make text nicer to read in articles -.content p { +.section.content.pt-sm > p { text-align: justify; line-height: 1.8; font-size: 1.09em; @@ -155,4 +155,4 @@ pre > code { display: block; height: 64px; /* fixed header height*/ margin: -64px 0 0; /* negative fixed header height */ -} \ No newline at end of file +}