From f542663c0159880ba426bd1ee57667ac5a1ddb93 Mon Sep 17 00:00:00 2001 From: Shivang Bhatnagar Date: Fri, 6 Oct 2023 14:06:56 +0530 Subject: [PATCH] fix(svg): fix dashed ellipse and improve card positioning --- src/pages/home/sections/section5/Section5.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/pages/home/sections/section5/Section5.css b/src/pages/home/sections/section5/Section5.css index 0ecd5ec..ba11f4b 100644 --- a/src/pages/home/sections/section5/Section5.css +++ b/src/pages/home/sections/section5/Section5.css @@ -32,7 +32,6 @@ .codeutsava__section5-format-container { grid-template-rows: repeat(8, minmax(0px, 1fr)); grid-template-columns: repeat(16, minmax(0px, 1fr)); - gap: 4px; background-image: url("../../../../assets/images/hackathonBg.svg"); background-repeat: no-repeat; background-position: 24% 35%; @@ -43,7 +42,7 @@ } .codeutsava__section5-format-card { - padding: 32px 48px; + padding: 32px 20px; display: flex; flex-direction: column; justify-content: center;