Skip to content

Commit

Permalink
Fixed a small misalignment of the darkmode icon in the desktop menu
Browse files Browse the repository at this point in the history
  • Loading branch information
markteekman committed Nov 6, 2022
1 parent 400a416 commit 617c90e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/Navigation.astro
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,10 @@ import { DarkMode } from 'accessible-astro-components'
.mobile-menu {
display: none;
}

.darkmode-toggle {
margin-top: -6px;
}
}

&.is-mobile {
Expand Down

0 comments on commit 617c90e

Please sign in to comment.