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}