mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 12:24:18 +00:00
🎨 styles: set max width for content = 1536px
:%s
This commit is contained in:
parent
72e16697be
commit
bd02bff282
@ -35,11 +35,11 @@ const HeaderMenu = memo(({ visibleFilter,openModalAuthen, openModalInfo, toggleF
|
||||
},
|
||||
{
|
||||
link: '/account-not-login',
|
||||
name: 'Account Not Login',
|
||||
name: 'Account Not Login (Demo)',
|
||||
},
|
||||
{
|
||||
link: '/demo',
|
||||
name: 'Notifications (Demo case empty)',
|
||||
name: 'Notifications Empty (Demo)',
|
||||
},
|
||||
{
|
||||
link: ROUTE.NOTIFICATION,
|
||||
|
@ -4,6 +4,7 @@
|
||||
min-height: 100vh;
|
||||
> main {
|
||||
flex: 1;
|
||||
width: 100%;
|
||||
max-width: min( 100%, 1536px);
|
||||
margin: auto;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user