Skip to content

Commit 973e00b

Browse files
authored
Merge pull request #214 from Rishabh570/fix
Fix overflowing navbar.
2 parents 0f2b098 + 517cfd2 commit 973e00b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sass/styles/elements/elements.navigation.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
nav {
22
border-bottom: 1px solid $nav-border;
3-
padding: 10px;
43
position: fixed;
54
top:0;
65
background: $white;
@@ -15,7 +14,7 @@ nav {
1514
.nav-items {
1615
@include font($global-font-family, $global-font-size, $global-font-weight);
1716
display: inline-block;
18-
@include margin(null, 40px, null, null);
17+
@include margin(null, 25px, null, null);
1918
text-transform: uppercase;
2019
position: relative;
2120
}

0 commit comments

Comments
 (0)