From 87b3ac68d3589f0b0544db42ce6cc6e0d293f025 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bruno=20Ryb=C3=A1rsky?= Date: Sat, 30 Mar 2024 15:43:57 +0100 Subject: [PATCH] Adlerka SMP FTW --- assets/style.css | 6 +++++- pages/smp/map.html | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) 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