Skip to content

Commit 5118617

Browse files
committed
Remove hello bar
Signed-off-by: Chris Abraham <cjyabraham@gmail.com>
1 parent 44bc982 commit 5118617

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

_sass/navigation.scss

+2-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
height: $mobile_header_height;
33

44
@include full-nav-menu-desktop {
5-
height: $desktop_header_height - 20px;
5+
height: $desktop_header_height;
66
}
77

88
align-items: center;
@@ -13,9 +13,6 @@
1313
position: fixed;
1414
right: 0;
1515
top: 0;
16-
@include full-nav-menu-desktop {
17-
top: 32px;
18-
}
1916
width: 100%;
2017
z-index: 9999;
2118

@@ -39,7 +36,7 @@
3936
@include full-nav-menu-desktop {
4037
background-color: #CC2F90;
4138
color: $white;
42-
display: flex;
39+
display: none;
4340
letter-spacing: .34px;
4441
justify-content: center;
4542
padding: 4px 0;

0 commit comments

Comments
 (0)