Skip to content

Commit

Permalink
Fix mobile styling
Browse files Browse the repository at this point in the history
  • Loading branch information
JortWillemsen committed Feb 25, 2024
1 parent 98e7f97 commit 23e1ace
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/components/header/header.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,13 @@

@media (max-width: variables.$mobile-cutoff) {
display: none;
align-items: end;

& > a {
margin-left: 0;
margin-right: 30px;
}

}
}

Expand Down

0 comments on commit 23e1ace

Please sign in to comment.