Skip to content

Commit f0180bb

Browse files
authored
Revert "Fix overflowing navbar."
1 parent 65dd4a7 commit f0180bb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sass/styles/elements/elements.navigation.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
nav {
22
border-bottom: 1px solid $nav-border;
3+
padding: 10px;
34
position: fixed;
45
top:0;
56
background: $white;
@@ -14,7 +15,7 @@ nav {
1415
.nav-items {
1516
@include font($global-font-family, $global-font-size, $global-font-weight);
1617
display: inline-block;
17-
@include margin(null, 25px, null, null);
18+
@include margin(null, 40px, null, null);
1819
text-transform: uppercase;
1920
position: relative;
2021
}

0 commit comments

Comments
 (0)