From cbbeadc4b0860521fed508c7ae1a5c861a5fe941 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20M=C3=BCller?= Date: Tue, 3 Nov 2015 15:25:29 +0100 Subject: [PATCH] styling fixes --- resources/public/style.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/resources/public/style.css b/resources/public/style.css index a403a58..a9a8d5d 100644 --- a/resources/public/style.css +++ b/resources/public/style.css @@ -139,9 +139,13 @@ h6 { font-weight: 300; } +#dashed-line { + margin-bottom: 3em; + margin-top: 3em; + border-bottom: 1px dashed#888; +} + article { - -webkit-flex: 1; - flex: 1; text-align: justify; margin-top: 3em; margin-bottom: 5em;