Skip to content

Commit

Permalink
fix(Navbar): smaller padding on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
cazala committed Jun 29, 2018
1 parent 371cb77 commit 1eacbc5
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
Expand Up @@ -94,7 +94,7 @@

@media (max-width: 768px) {
.dcl.navbar {
padding: 0px 32px;
padding: 0px 24px;
margin-bottom: 24px;
}
}

0 comments on commit 1eacbc5

Please sign in to comment.