Skip to content

Commit

Permalink
Remove commented out css
Browse files Browse the repository at this point in the history
  • Loading branch information
kaylagordon committed May 20, 2024
1 parent 252ec59 commit a925e94
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 28 deletions.
14 changes: 0 additions & 14 deletions _sass/home-page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
14 changes: 0 additions & 14 deletions _sass/navigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a925e94

Please sign in to comment.