diff --git a/assets/style.css b/assets/style.css
index ca45344..1e309ba 100644
--- a/assets/style.css
+++ b/assets/style.css
@@ -60,11 +60,15 @@ body > footer {
margin-top: 20px;
}
-body > main {
+body > main#page_container {
grid-area: main;
height: 100%;
}
+body > main#page_container > main {
+ height: 100%;
+}
+
hr {
border-color: var(--pico-primary);
opacity: 0.5;
diff --git a/pages/smp/map.html b/pages/smp/map.html
index f45f331..a70baae 100644
--- a/pages/smp/map.html
+++ b/pages/smp/map.html
@@ -1,5 +1,5 @@
-
+
\ No newline at end of file