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 {