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 */