From 5e7b4be87b45251bdcd0c627de80523f267b3213 Mon Sep 17 00:00:00 2001 From: Levatax <levatax@randomchars.net> Date: Mon, 16 Aug 2021 09:31:24 +0300 Subject: [PATCH] minor fix for scrolling --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 78d5ca5..2b0f19e 100644 --- a/style.css +++ b/style.css @@ -10,7 +10,7 @@ body{ padding: 40px; text-align: center; margin: auto; - margin-top: 6%; + margin-top: 4%; border-radius: 30px; color: white; font-family: 'Century Gothic',sans-serif; -- GitLab