From 9a81397b3a249a54a18a38a24db81ab8e5c849bf Mon Sep 17 00:00:00 2001 From: dev-madhurendra Date: Wed, 7 Feb 2024 21:45:09 +0530 Subject: [PATCH] :lipstick: fix : styling of contact section --- frontend/src/utils/styled.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/utils/styled.ts b/frontend/src/utils/styled.ts index fb2c4a62..e5b61e17 100644 --- a/frontend/src/utils/styled.ts +++ b/frontend/src/utils/styled.ts @@ -889,6 +889,7 @@ export const StyledContactSection = styled.div` width:90vw; height:100%; } + `; export const ContactGrid = styled.div`