From a70a5976cdce3471eaf7d8dc571acc9f630b46b8 Mon Sep 17 00:00:00 2001 From: Vamsi Krishna Date: Sat, 12 Jun 2021 04:14:10 +0530 Subject: [PATCH] test fix to limit css change to articles only --- src/scss/yuzu/yuzu.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}