From 1cb05729f3faafd4df568b45e426345cae7637d4 Mon Sep 17 00:00:00 2001 From: MisterMickey Date: Thu, 10 Aug 2023 11:49:02 +0530 Subject: [PATCH] fix: 4 tagline irregularity in small size --- 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; }