1
0
Fork 0

feat(fs.dev): Layout changes after initial feedback

This commit is contained in:
Joost De Cock 2021-12-28 17:09:45 +01:00
parent 1c0b8458e5
commit d71a8246ac
3 changed files with 108 additions and 112 deletions

View file

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