From d926fc700ed2fc25adb7ef28e28f825b1c26095a Mon Sep 17 00:00:00 2001 From: Shubham Singodiya <93720428+MisterMickey@users.noreply.github.com> Date: Thu, 10 Aug 2023 13:17:04 +0530 Subject: [PATCH] fix: tagline irregularity in small devices (#1025) --- src/components/Banners/Banner.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Banners/Banner.css b/src/components/Banners/Banner.css index 0f492400..71e443d5 100644 --- a/src/components/Banners/Banner.css +++ b/src/components/Banners/Banner.css @@ -111,7 +111,7 @@ .banner_header1 { font-size: 55px; text-align: center; - line-height: 40px; + line-height: 1; margin-bottom: 0px; margin-top: 0px; }