From 50fba513db870ce210d96c5534bd648900b2c28d Mon Sep 17 00:00:00 2001 From: steverusso Date: Fri, 17 Apr 2020 10:04:37 -0400 Subject: [PATCH] Justify paragraph text. Closes #10. --- 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; }