From 2ae70c29c8a3e6a9841f90061c4cf4da77c6a2b8 Mon Sep 17 00:00:00 2001 From: Max Date: Wed, 23 Jun 2021 03:13:47 +0200 Subject: corrects top margins on index and about --- views/about.html | 1 + views/index.html | 4 ++++ 2 files changed, 5 insertions(+) (limited to 'views') diff --git a/views/about.html b/views/about.html index 837f123..78031b5 100644 --- a/views/about.html +++ b/views/about.html @@ -5,6 +5,7 @@ {% block css %} .main { font-size: 1.25rem; + margin-top: 4rem; } .float-right-mb { float: right !important; diff --git a/views/index.html b/views/index.html index 08b68f7..719e472 100644 --- a/views/index.html +++ b/views/index.html @@ -3,6 +3,10 @@ {% block title "Maximilian Möhring" %} {% block css %} + .main { + margin-top: 4rem; + } + .index-list > li { margin-bottom: 1rem; } -- cgit v1.2.3