mirror of
https://github.com/vercel/commerce.git
synced 2025-05-17 06:56:59 +00:00
7 lines
73 B
CSS
7 lines
73 B
CSS
.fit {
|
|
min-height: calc(100vh - 88px);
|
|
}
|
|
*{
|
|
background-color: red;
|
|
}
|