Skip to content

Commit

Permalink
fix announcement bar margin
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitalsine85 committed Nov 16, 2022
1 parent 6224a6b commit 187edd8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/GlobalStyle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,10 @@ svg.menuIcon {
margin-bottom: 0px;
}
.alert {
margin-bottom: 0px;
}
.announcement-top-bar {
position: -webkit-sticky;
position: -moz-sticky;
Expand Down

0 comments on commit 187edd8

Please sign in to comment.