From a925e940c54f74c5818019fec01fc3a778645ddf Mon Sep 17 00:00:00 2001 From: Kayla Wood Date: Mon, 20 May 2024 10:34:20 -0600 Subject: [PATCH] Remove commented out css --- _sass/home-page.scss | 14 -------------- _sass/navigation.scss | 14 -------------- 2 files changed, 28 deletions(-) diff --git a/_sass/home-page.scss b/_sass/home-page.scss index dd54f19..41d4fe5 100644 --- a/_sass/home-page.scss +++ b/_sass/home-page.scss @@ -523,20 +523,6 @@ nav { border-bottom: 3px solid lighten($turing-secondary, 25%); } -// @media (max-width: 1024px) { -// .nav-links { -// margin: 0 35px; -// font-size: 0.9rem; -// grid-template-columns: auto 200px 200px; -// grid-template-rows: 90px; - -// .home-logo-link img { -// height: 55px; -// width: 55px; -// } -// } -// } - @media (max-width: 850px) { .nav-links { flex-direction: column; diff --git a/_sass/navigation.scss b/_sass/navigation.scss index 83d1577..e676b63 100644 --- a/_sass/navigation.scss +++ b/_sass/navigation.scss @@ -41,20 +41,6 @@ nav { border-bottom: 3px solid lighten($turing-secondary, 25%); } -// @media (max-width: 1024px) { -// .nav-links { -// margin: 0 35px; -// font-size: 0.9rem; -// grid-template-columns: auto 200px 200px; -// grid-template-rows: 90px; - -// .home-logo-link img { -// height: 55px; -// width: 55px; -// } -// } -// } - @media (max-width: 850px) { .nav-links { flex-direction: column;