From 27c9a6d7547100ac3288cf4f54b00afc621d8263 Mon Sep 17 00:00:00 2001 From: Abhijit Kshirsagar Date: Sat, 1 Mar 2025 22:31:02 +0530 Subject: [PATCH] Changed text to Justified. Note- need to clean and recompile for the SCSS changed to affect the CSS. Is there a better way to do this? --- _sass/typography.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/_sass/typography.scss b/_sass/typography.scss index 334f5e5..4620554 100644 --- a/_sass/typography.scss +++ b/_sass/typography.scss @@ -131,6 +131,7 @@ blockquote { ========================================================================== */ p { + text-align: justify; margin: 0 0 $indent-var; // sibling indentation @if $paragraph-indent == true {