Change nav bar styling (#728)

The nav bar now takes up less vertical space, by virtue of not having a
fixed height and not having bottom padding.

Test plan: Visual inspection.
This commit is contained in:
Dandelion Mané 2018-08-29 19:16:39 -07:00 committed by GitHub
parent e3eb779a92
commit 9dfedd3dfa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -102,8 +102,7 @@ const style = StyleSheet.create({
minHeight: `calc(100vh - ${footerHeight}px)`,
},
nav: {
height: 60,
padding: "20px 100px",
padding: "20px 50px 0 50px",
maxWidth: 900,
margin: "0 auto",
},