diff --git a/static/css/style.css b/static/css/style.css index 2ca3141..9cbb76f 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -3,13 +3,20 @@ body { background-color: #fff; color: #000; margin-left: 30px; + max-width: 50em; } - h1, h2, h3, h4 { font-weight: normal; } +p { + text-align: justify; + -webkit-hyphens: auto; + -ms-hyphens: auto; + hyphens: auto; +} + a:link, a:visited { /*color: #ff9900;*/ color: #4682B4;