From d8b49ffb5577681474ef2835b3b9cc0048ed0bc7 Mon Sep 17 00:00:00 2001 From: Alison Watson Date: Sat, 1 May 2021 17:15:25 -0600 Subject: [PATCH] :) --- style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/style.css b/style.css index 43c8b3d..a1bfadd 100644 --- a/style.css +++ b/style.css @@ -585,6 +585,12 @@ section#content h1, section#content h2, section#content h3, section#content h4, border-bottom: 1px solid; padding: 0 1em } +section#content p { + line-height: 1.6; + text-align: justify; + text-justify: distribute; + text-indent: 35px; +} /* colors */ a {color: #92ebf0}