🎨 styles: set max width for content = 1536px

:%s
This commit is contained in:
lytrankieio123 2021-09-15 10:08:58 +07:00
parent 0cfb2beab4
commit 72e16697be

View File

@ -4,6 +4,8 @@
min-height: 100vh;
> main {
flex: 1;
max-width: min( 100%, 1536px);
margin: auto;
}
}
.filter{