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 +}