Skip to content

Commit

Permalink
fix(Navbar): margin bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
cazala committed Oct 25, 2018
1 parent 33ea2e7 commit 7645942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Navbar/Navbar.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.dcl.navbar {
position: relative;
height: var(--navbar-height);
margin-bottom: 32px;
margin-bottom: 44px;
border-bottom: 1px solid var(--outline);
width: 100%;
}
Expand Down

0 comments on commit 7645942

Please sign in to comment.