🎨 styles: set max width for content = 1536px

:%s
This commit is contained in:
lytrankieio123 2021-09-15 10:20:39 +07:00
parent 72e16697be
commit bd02bff282
2 changed files with 3 additions and 2 deletions

View File

@ -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,

View File

@ -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;
} }