From 2d1a3128057632a38c1c128ea8d76502f9ca35ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoffer=20M=C3=BCller=20Madsen?= Date: Sun, 6 Aug 2017 16:29:07 +0200 Subject: [PATCH] Change text align to justify, add hyphens and max-width --- static/css/style.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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;