Skip to content

Commit

Permalink
fix header links on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
Billy Charlton committed Dec 7, 2024
1 parent e6cdb8e commit 22ff29e
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions _sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -311,10 +311,6 @@ footer {
margin-top: 2rem;
}

.site-footer {
// margin-top: 2rem;
}

.header-logo-image {
filter: hue-rotate(0deg) saturate(90%); // brightness(135%);
}
Expand Down Expand Up @@ -349,6 +345,7 @@ footer {
.site-header-links {
margin: 0 !important;
margin-top: 0.25rem !important;
// font-size: 13px;
}
.lang-switcher {
margin-top: none !important;
Expand All @@ -368,3 +365,9 @@ footer {
width: unset;
}
}

@include media(max-width 35rem) {
.site-header-links {
font-size: 13px;
}
}

0 comments on commit 22ff29e

Please sign in to comment.