fix(fs.dev): increase bottom margin for navigation on mobile
This commit is contained in:
parent
2292577820
commit
71347b6a7c
1 changed files with 1 additions and 0 deletions
|
@ -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} />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue