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:
@@ -35,11 +35,11 @@ const HeaderMenu = memo(({ visibleFilter,openModalAuthen, openModalInfo, toggleF
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
link: '/account-not-login',
|
link: '/account-not-login',
|
||||||
name: 'Account Not Login',
|
name: 'Account Not Login (Demo)',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
link: '/demo',
|
link: '/demo',
|
||||||
name: 'Notifications (Demo case empty)',
|
name: 'Notifications Empty (Demo)',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
link: ROUTE.NOTIFICATION,
|
link: ROUTE.NOTIFICATION,
|
||||||
|
@@ -4,6 +4,7 @@
|
|||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
> main {
|
> main {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
width: 100%;
|
||||||
max-width: min( 100%, 1536px);
|
max-width: min( 100%, 1536px);
|
||||||
margin: auto;
|
margin: auto;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user