From e024b902a76b5808eea8f67d7131f3a1513850e9 Mon Sep 17 00:00:00 2001 From: urluckyturtle01 <101178012+urluckyturtle01@users.noreply.github.com> Date: Sun, 18 Feb 2024 20:13:17 +0530 Subject: [PATCH] Update index.module.scss --- .../web3-teams/components/Web3HeroSection/index.module.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pages/web3-teams/components/Web3HeroSection/index.module.scss b/pages/web3-teams/components/Web3HeroSection/index.module.scss index 28abb798..2d5daae3 100644 --- a/pages/web3-teams/components/Web3HeroSection/index.module.scss +++ b/pages/web3-teams/components/Web3HeroSection/index.module.scss @@ -11,7 +11,7 @@ justify-content: center; align-items: center; @include mobile { - padding: 120px 28px 143px; + padding: 120px 24px 143px; flex-direction: column; } } @@ -88,5 +88,9 @@ .chip { font-size: 1rem; font-weight: 500; + @include mobile { + font-size: 0.875rem; + width: 100%; + } } }