From 03a8d502b72466c5567996cf99122c892ca53dba Mon Sep 17 00:00:00 2001 From: Artur Akmalov Date: Tue, 23 May 2023 19:00:01 +0500 Subject: [PATCH] fix min-width --- src/components/home/LandingSection.module.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/home/LandingSection.module.scss b/src/components/home/LandingSection.module.scss index 913494c..b3f57f1 100644 --- a/src/components/home/LandingSection.module.scss +++ b/src/components/home/LandingSection.module.scss @@ -2,7 +2,6 @@ .landing-section { padding: 12pt 0; - min-width: 470px; } .landing-section:first-child {