mirror of
https://github.com/vercel/commerce.git
synced 2025-07-11 23:11:22 +00:00
9 lines
122 B
SCSS
9 lines
122 B
SCSS
.mainLayout {
|
|
display: flex;
|
|
flex-direction: column;
|
|
min-height: 100vh;
|
|
> main {
|
|
flex: 1;
|
|
}
|
|
}
|