Skip to content

Commit

Permalink
Fix About Page Responsiveness (#736)
Browse files Browse the repository at this point in the history
* Fix committee links

* Fix ACM Design instagram link

* Fix TeachLA facebook link

* Add discord link for ACM Design

* Fix instagram for AI

* Fix discord link for Cloud

* Add facebok link for Cyber

* Fix media max-width to match navbar-breakpoint

* Double quotes to single quote
  • Loading branch information
yeadamk authored Nov 19, 2024
1 parent 1c6158c commit ea8bd79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions styles/pages/About.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,10 @@

.social-media {
display: flex;
justify-content: center;
justify-content: center;
}

@media (max-width: 600px) {
@media (max-width: $navbar-breakpoint) {
.square-ornament {
display: block;

Expand Down

0 comments on commit ea8bd79

Please sign in to comment.