From 71d3bcebaa845d0b13774c26a03475117f8b616e Mon Sep 17 00:00:00 2001 From: Romain de Laage Date: Sun, 22 Nov 2020 18:59:49 +0100 Subject: [PATCH] More space in section --- static/css/style.css | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 00c304b..1e28c1e 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -100,8 +100,17 @@ iframe{ border: none; background: rgba(255, 255, 255, 0.5); } -section h1, section h2, section p, section ul{ - margin: 5px; +section p, section ul, section ol{ + margin-top: 10px; + margin-bottom: 10px; +} +section li{ + margin-top: 5px; + margin-bottom: 5px; +} +section h1, section h2{ + margin-top: 30px; + margin-bottom: 15px; } @media all and (min-width: 1100px){ td, th{