From 5b9c958cb07047e65677d3e8c4245e155a35ebd1 Mon Sep 17 00:00:00 2001 From: Milan_sacahni Date: Sun, 6 Oct 2024 14:40:49 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20(MainSection.module.scss):=20add?= =?UTF-8?q?=20width:=20100%=20to=20.homeMainIcon=20class=20to=20ensure=20i?= =?UTF-8?q?t=20takes=20up=20the=20full=20width=20available?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Pages/Home/MainSection/MainSection.module.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Pages/Home/MainSection/MainSection.module.scss b/src/Pages/Home/MainSection/MainSection.module.scss index 4868476d7..4522982ce 100644 --- a/src/Pages/Home/MainSection/MainSection.module.scss +++ b/src/Pages/Home/MainSection/MainSection.module.scss @@ -67,5 +67,6 @@ } .homeMainIcon { justify-content: center; + width: 100%; } }