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:
parent
e3eb779a92
commit
9dfedd3dfa
|
@ -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",
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue