We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44bc982 commit 5118617Copy full SHA for 5118617
_sass/navigation.scss
@@ -2,7 +2,7 @@
2
height: $mobile_header_height;
3
4
@include full-nav-menu-desktop {
5
- height: $desktop_header_height - 20px;
+ height: $desktop_header_height;
6
}
7
8
align-items: center;
@@ -13,9 +13,6 @@
13
position: fixed;
14
right: 0;
15
top: 0;
16
- @include full-nav-menu-desktop {
17
- top: 32px;
18
- }
19
width: 100%;
20
z-index: 9999;
21
@@ -39,7 +36,7 @@
39
36
40
37
background-color: #CC2F90;
41
38
color: $white;
42
- display: flex;
+ display: none;
43
letter-spacing: .34px;
44
justify-content: center;
45
padding: 4px 0;
0 commit comments