Skip to content

Commit 1c7f01a

Browse files
style: fix spacing on prod build
Signed-off-by: David Dal Busco <david.dalbusco@outlook.com>
1 parent 1e51807 commit 1c7f01a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/theme/AnnouncementBar/styles.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ html[data-announcement-bar-initially-dismissed="true"] .announcementBar {
8484
}
8585
}
8686

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

0 commit comments

Comments
 (0)