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:
@@ -4,6 +4,8 @@
|
|||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
> main {
|
> main {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
max-width: min( 100%, 1536px);
|
||||||
|
margin: auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.filter{
|
.filter{
|
||||||
|
Reference in New Issue
Block a user