From a654587221967a299c980de891bfe5ab6c8df165 Mon Sep 17 00:00:00 2001 From: b1ek Date: Wed, 23 Aug 2023 23:01:10 +1000 Subject: [PATCH] properly position the main element --- src/App.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.module.scss b/src/App.module.scss index 9a53ee4..4eb6644 100644 --- a/src/App.module.scss +++ b/src/App.module.scss @@ -35,7 +35,7 @@ body, html { .delay-show { position: relative; - top: 10%; + top: 32px; display: block; opacity: 1; animation: delay-show-fade-in 1.5s ease;