From ea8bd79cac1c2728889d10a98f315cafc532f7d2 Mon Sep 17 00:00:00 2001 From: Yeadam Kim <77220087+yeadamk@users.noreply.github.com> Date: Tue, 19 Nov 2024 00:49:11 -0800 Subject: [PATCH] Fix About Page Responsiveness (#736) * 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 --- styles/pages/About.module.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles/pages/About.module.scss b/styles/pages/About.module.scss index 8911852f..6b19d0c0 100644 --- a/styles/pages/About.module.scss +++ b/styles/pages/About.module.scss @@ -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;