From bfe0084c936c477ca531d837f863c8b4b461d822 Mon Sep 17 00:00:00 2001 From: Raine Date: Sat, 6 Jul 2024 20:45:46 +0200 Subject: [PATCH] fix: responsive n stuff --- public/index.html | 2 +- public/res/style.css | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index 2895ad3..4dc97d0 100644 --- a/public/index.html +++ b/public/index.html @@ -18,7 +18,7 @@ Nebulosus -
+ diff --git a/public/res/style.css b/public/res/style.css index c0b6e97..c2dc783 100644 --- a/public/res/style.css +++ b/public/res/style.css @@ -23,6 +23,7 @@ header { background-color: #fff; border-bottom: 4px solid var(--theme-color); color: #000; + align-content: center; box-shadow: 0 0 20px var(--theme-color-lowlight); } @@ -42,6 +43,7 @@ main { display: flex; flex-direction: column; width: 100vw; + margin-bottom: 4rem; } main section {