diff --git a/site/index.njk b/site/index.njk
index 6fedcc3..6be8f5a 100644
--- a/site/index.njk
+++ b/site/index.njk
@@ -249,6 +249,13 @@ headerLink: home
+
+
diff --git a/static/main.css b/static/main.css
index 999664f..ce447c0 100644
--- a/static/main.css
+++ b/static/main.css
@@ -1310,15 +1310,15 @@ header div:first-child {
margin: auto;
}
- header {
- padding-top: 1.4rem;
+ .headerContent {
+ padding-top: 1rem;
text-align: center;
flex-direction: column;
}
header ul {
margin: auto;
- margin-bottom: 1.4rem;
+ margin-bottom: 1rem;
}
main {