From 67f5db139b27e4dfeb8dc8a6837dc22b1b6de70c Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Tue, 23 Jan 2024 19:35:26 +0000 Subject: Removed final "vh" and add easter egg --- src/styles/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/styles') diff --git a/src/styles/index.css b/src/styles/index.css index 476d461..8df217d 100644 --- a/src/styles/index.css +++ b/src/styles/index.css @@ -37,7 +37,7 @@ p { display: grid; grid-template-columns: 1fr 0.7fr; grid-template-rows: auto auto; - gap: 2vh; + gap: 1em; padding: 30px; } -- cgit v1.2.3