From 1c5ab9f88fdaa6bd325f90ac701313edea13f7d4 Mon Sep 17 00:00:00 2001 From: steverusso Date: Fri, 17 Apr 2020 14:23:38 +0000 Subject: [PATCH] Justify paragraph text. Closes #10. (#11) Justify paragraph text. Closes #10. Reviewed-by: jeff --- static/simplesystems.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/simplesystems.css b/static/simplesystems.css index d967d4d..461fb3c 100644 --- a/static/simplesystems.css +++ b/static/simplesystems.css @@ -30,6 +30,7 @@ a { img { max-width: 100% !important } +p { text-align: justify } p, p.light { color: #555 } h1 { font-weight: normal; font-size: 2.5rem; }