From 3a14516d3cc76155361a3744f40dbf830b779eb6 Mon Sep 17 00:00:00 2001 From: Mystic-Slice Date: Thu, 18 Jul 2024 19:55:23 +0530 Subject: [PATCH] justify text content --- themes/PaperMod/assets/css/common/main.css | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/PaperMod/assets/css/common/main.css b/themes/PaperMod/assets/css/common/main.css index 50022ac..8c95b20 100644 --- a/themes/PaperMod/assets/css/common/main.css +++ b/themes/PaperMod/assets/css/common/main.css @@ -4,6 +4,7 @@ max-width: calc(var(--main-width) + var(--gap) * 2); margin: auto; padding: var(--gap); + text-align: justify; } .page-header h1 {