From 2dca7e8eb01751c9f51d5d4e4c96aab81a1ab778 Mon Sep 17 00:00:00 2001 From: visortelle Date: Tue, 20 Jun 2023 16:20:48 +0200 Subject: [PATCH] Fix Features screen width --- src/components/pages/HomePage/Features/Features.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/pages/HomePage/Features/Features.module.css b/src/components/pages/HomePage/Features/Features.module.css index a5486f519d39..e17f30d1729b 100644 --- a/src/components/pages/HomePage/Features/Features.module.css +++ b/src/components/pages/HomePage/Features/Features.module.css @@ -9,7 +9,7 @@ .container { display: flex; flex-direction: column; - padding: 5rem 4rem 0 4rem; + padding: 5rem 0 0; max-width: var(--max-content-width); width: 100%; box-sizing: content-box;