1
0
Fork 0

fix(fs.dev): increase bottom margin for navigation on mobile

This commit is contained in:
Joost De Cock 2021-12-27 08:44:03 +01:00
parent 2292577820
commit 71347b6a7c

View file

@ -197,6 +197,7 @@ const PrimaryMenu = ({ app, active }) => {
<nav className={`
sm:max-w-sm
grow
mb-12
`}>
<TopLogo app={app}/>
<Navigation app={app} active={active} />