From 39b840e9871b2e7cea5e0b47a45103dbdba6590e Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Sat, 3 Jun 2023 14:43:13 -0400 Subject: [PATCH] Update styling --- src/styles/Layout.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/Layout.css b/src/styles/Layout.css index 20310bf..f321bc4 100644 --- a/src/styles/Layout.css +++ b/src/styles/Layout.css @@ -34,7 +34,7 @@ img { main { display: flex; - gap: 10vw; + gap: 2rem; flex-direction: column; align-items: center; padding-bottom: 10em;