Skip to content

Commit

Permalink
add padding to bottom of side navigation menu
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Jul 9, 2018
1 parent b592f5b commit 7074cdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/css/navigation.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
.navigation-container {
flex-shrink: 0;
width: 20%;
padding: 0 0.9rem;
padding: 0 0.9rem 1.5625rem;
}
}

Expand Down

0 comments on commit 7074cdd

Please sign in to comment.