diff --git a/src/components/forumcards/ForumCards.css b/src/components/forumcards/ForumCards.css index b81176c..df5ad3c 100644 --- a/src/components/forumcards/ForumCards.css +++ b/src/components/forumcards/ForumCards.css @@ -188,5 +188,7 @@ } @media screen and (max-width: 996px) { - -} \ No newline at end of file + .forum-card { + min-width: 100%; + } +}