From ebb869c788ea7fa3592649eba94063430ecc3a44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Tansorier?= Date: Thu, 13 Apr 2017 00:09:22 +0200 Subject: [PATCH] [CSS] Change mangin title and paragraphe line height --- assets/css/main.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/assets/css/main.css b/assets/css/main.css index 56c3c18..2b9f6dd 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -1610,7 +1610,8 @@ h4 { font-size: 1em; - margin: 0 0 0.25em 0; + margin-top: 1em; + margin-bottom: 0.5em; } strong, b { @@ -1661,6 +1662,7 @@ p { text-align: justify; + line-height: 1.6; } br.clear {