summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax2021-06-23 03:13:47 +0200
committerMax2021-06-23 03:13:47 +0200
commit2ae70c29c8a3e6a9841f90061c4cf4da77c6a2b8 (patch)
tree1d1283dc4b10b3427247a4081a6b259bd8c15ace
parent0f54a023c225cd6cbf2e2c4daa4071080190e2fb (diff)
downloadmoehring-2ae70c29c8a3e6a9841f90061c4cf4da77c6a2b8.tar.gz
corrects top margins on index and about
-rw-r--r--views/about.html1
-rw-r--r--views/index.html4
2 files changed, 5 insertions, 0 deletions
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;
}