From 8f36c863d7f7489979691475947dbc8f29f26b39 Mon Sep 17 00:00:00 2001 From: MAZE Date: Tue, 27 Feb 2024 20:14:30 +0330 Subject: [PATCH] style: remove hero pattern --- src/components/hero/hero.module.css | 4 +++- src/components/hero/hero.tsx | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/components/hero/hero.module.css b/src/components/hero/hero.module.css index 22f8b58..a4d0a1c 100644 --- a/src/components/hero/hero.module.css +++ b/src/components/hero/hero.module.css @@ -3,7 +3,9 @@ .container { position: relative; - padding: 120px 0 60px; + padding: 100px 0 80px; + + /* padding: 120px 0 60px; */ & .pattern { position: absolute; diff --git a/src/components/hero/hero.tsx b/src/components/hero/hero.tsx index 2de4b65..2b34b63 100644 --- a/src/components/hero/hero.tsx +++ b/src/components/hero/hero.tsx @@ -13,7 +13,7 @@ export function Hero() { return (
-
+ {/*
*/}