Skip to content

Commit

Permalink
style: fix spacing on prod build
Browse files Browse the repository at this point in the history
Signed-off-by: David Dal Busco <[email protected]>
  • Loading branch information
peterpeterparker committed Sep 3, 2024
1 parent 1e51807 commit 1c7f01a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/theme/AnnouncementBar/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ html[data-announcement-bar-initially-dismissed="true"] .announcementBar {
}
}

@media (min-width: 960px) {
@media screen and (min-width: 960px) {
div[class*="announcementBar_"][role="banner"] {
padding-top: 0;
}
Expand Down

0 comments on commit 1c7f01a

Please sign in to comment.