From 98a72e5223c2f926a4fc1c3da468757d26b9265a Mon Sep 17 00:00:00 2001 From: Jose Fernandez Date: Thu, 22 Dec 2022 15:36:29 -0700 Subject: [PATCH] move content up --- index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.css b/index.css index 8cefb40..827f61c 100644 --- a/index.css +++ b/index.css @@ -5,10 +5,10 @@ body { height: 100vh; width: 100vw; justify-items: center; - align-items: center; font-family: "Helvetica", "Arial", sans-serif; overflow-y: hidden; overflow-x: hidden; + margin-top: 15%; } .gridContainer {