From b4208c1fcde0ac68aa6db1316fe8563e1b1ab272 Mon Sep 17 00:00:00 2001 From: Henry Hiles Date: Wed, 5 Jul 2023 10:26:04 -0400 Subject: [PATCH] Attempt to fix --- src/pages/index.astro | 1 - src/styles/Jumbo.module.css | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index facec17..b88196b 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -9,7 +9,6 @@ import "../styles/Home.css" diff --git a/src/styles/Jumbo.module.css b/src/styles/Jumbo.module.css index 0b60b16..02f7739 100644 --- a/src/styles/Jumbo.module.css +++ b/src/styles/Jumbo.module.css @@ -13,7 +13,7 @@ #jumbo #logoLong { width: 60rem; - max-width: 90%; + max-width: 100%; } #jumbo #shortAbout {