Skip to content

Commit

Permalink
Merge pull request #2775 from vishanurag/Anurag-Branch
Browse files Browse the repository at this point in the history
Fixed the responsiveness of cards of About page
  • Loading branch information
RitiChandak authored Aug 8, 2024
2 parents 643df6d + 05510c9 commit 67c604a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions assets/html/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 67c604a

Please sign in to comment.