Skip to content

Commit 0c45429

Browse files
authored
fix hamburger shift on desktop (GoogleChrome#2308)
1 parent 966cac2 commit 0c45429

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/styles/components/_header.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ web-header {
4949
// sass-lint:enable class-name-format
5050

5151
@include bp(md) {
52-
display: none;
52+
display: none !important;
5353
}
5454
}
5555

0 commit comments

Comments
 (0)