mirror of
https://github.com/vercel/commerce.git
synced 2025-07-05 20:51:21 +00:00
14 lines
321 B
SCSS
14 lines
321 B
SCSS
@import "../../../../styles/utilities";
|
|
|
|
.homeFeature {
|
|
@apply spacing-horizontal-left grid grid-cols-1;
|
|
background-color: #FFFFFF;
|
|
height: fit-content;
|
|
padding-top: 3.2rem;
|
|
padding-bottom: 3.2rem;
|
|
|
|
@screen md {
|
|
@apply spacing-horizontal grid-cols-3;
|
|
margin-bottom: 6.4rem;
|
|
}
|
|
} |