From 86e3a473d7a54a96d518371c8f670b5de4f350b7 Mon Sep 17 00:00:00 2001 From: Adrian Amaglio Date: Fri, 4 Aug 2023 21:50:19 +0200 Subject: [PATCH] style --- themes/custom/static/css/style.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/themes/custom/static/css/style.css b/themes/custom/static/css/style.css index 562f33e..39f8236 100644 --- a/themes/custom/static/css/style.css +++ b/themes/custom/static/css/style.css @@ -35,8 +35,12 @@ section, nav { h1{ font-size:3em; text-align:center; - margin: 0px; - padding:30px; + margin: 0; + padding: 64px 30px 30px 30px; +} + +section > h2 { + padding-bottom: 1em; } header {