From 05510c94c5e08c69a32b72361b16bae3d5e30a30 Mon Sep 17 00:00:00 2001 From: Anurag Vishwakarma Date: Wed, 7 Aug 2024 20:12:55 +0530 Subject: [PATCH] Fixed the responsiveness of cards of About page. --- assets/html/about.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/assets/html/about.html b/assets/html/about.html index 34da3b50..1555c52c 100644 --- a/assets/html/about.html +++ b/assets/html/about.html @@ -319,6 +319,16 @@ } } + @media only screen and (max-width: 550px) { + .about-us-block { + flex-wrap: wrap; + } + + .about-us-block .about-us-community, .about-us-product, .about-us-location, .about-us-event { + width: 80% !important; + } + } + .navbar-item { margin-top: 10px; /* Increase the top margin of each item */