From 4ef45ecb622ea61af5214cb57ae5d80530696e09 Mon Sep 17 00:00:00 2001 From: Eric Lin Date: Wed, 1 Feb 2023 12:47:11 +1000 Subject: [PATCH] fix: max width padding --- src/pages/index.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/index.module.css b/src/pages/index.module.css index 5e1b180..8913b39 100644 --- a/src/pages/index.module.css +++ b/src/pages/index.module.css @@ -4,7 +4,7 @@ */ @media screen and (max-width: 996px) { - .heroBanner { + .introductionBlock { padding: 2rem; } }