From c136cff9801d4ae8e9745a27cc5f4758255ef6b1 Mon Sep 17 00:00:00 2001 From: Vanessa Lai <159257119+vanesssalai@users.noreply.github.com> Date: Sat, 27 Jul 2024 15:53:43 +0800 Subject: [PATCH] css fix for forum cards --- src/pages/landing/LandingPage.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/landing/LandingPage.css b/src/pages/landing/LandingPage.css index f55e3d8..f1e538a 100644 --- a/src/pages/landing/LandingPage.css +++ b/src/pages/landing/LandingPage.css @@ -49,7 +49,7 @@ } } .forum-card { - width: 400px; + min-width: 400px; height: 320px; } @@ -93,4 +93,4 @@ display: flex; flex-direction: column; } -} \ No newline at end of file +}