From 8e500136cec6ba5580146306f25a5956aa3a2a4b Mon Sep 17 00:00:00 2001 From: MAZE Date: Wed, 7 Feb 2024 15:16:25 +0330 Subject: [PATCH] style: increase padding --- src/components/hero/hero.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/hero/hero.module.css b/src/components/hero/hero.module.css index b2b494a..cd51df6 100644 --- a/src/components/hero/hero.module.css +++ b/src/components/hero/hero.module.css @@ -3,7 +3,7 @@ .container { position: relative; - padding: 100px 0 60px; + padding: 120px 0 60px; & .pattern { position: absolute;