From b01e8be6a058503fb570cf1f6aad393a801a8b8c Mon Sep 17 00:00:00 2001 From: robo-mop Date: Sat, 28 Sep 2024 20:05:26 +0530 Subject: [PATCH] Remove max-width from social media card --- src/components/SocialMediaCard/index.css | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/SocialMediaCard/index.css b/src/components/SocialMediaCard/index.css index 326a4d2..8ee02cc 100644 --- a/src/components/SocialMediaCard/index.css +++ b/src/components/SocialMediaCard/index.css @@ -25,7 +25,6 @@ grid-template-rows: auto 1fr auto; column-gap: 0.5em; max-height: 15em; - max-width: 60ch; width: 100%; }