Skip to content

Commit

Permalink
fix: header spacing issue in mobile layout
Browse files Browse the repository at this point in the history
  • Loading branch information
akinsey committed Dec 4, 2021
1 parent f382ef7 commit 7228832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/layout/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1033,5 +1033,5 @@ header {
}
}
#motd-spacer { height: 1rem; }
#motd-spacer { height: 1rem; @include break-mobile-sm { height: 2rem; } }
</style>

0 comments on commit 7228832

Please sign in to comment.