From cb56ce441e4bf48fc0b077d9c1f6d8dd5993cf36 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Tue, 29 Aug 2023 17:02:42 -0500 Subject: [PATCH] fix: remove margin-top from body --- assets/style/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/assets/style/style.css b/assets/style/style.css index 14a6d4f..3c30317 100644 --- a/assets/style/style.css +++ b/assets/style/style.css @@ -79,7 +79,6 @@ body { display: flex; flex-direction: column; align-items: center; - margin-top: 30px; height: 100%; } @@ -317,4 +316,4 @@ hr { align-self: center; border: none; border-top: thin solid; -} +} \ No newline at end of file