mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 12:24:18 +00:00
19 lines
334 B
SCSS
19 lines
334 B
SCSS
@import "../../../../../../styles/utilities";
|
|
|
|
.homeFeatureItem {
|
|
@apply flex items-center justify-center;
|
|
margin-right: 0.8rem;
|
|
height: 100%;
|
|
|
|
.itemImg {
|
|
margin-right: 2.4rem;
|
|
max-width: 12rem;
|
|
min-width: 8rem;
|
|
}
|
|
|
|
.itemText {
|
|
max-width: 28rem;
|
|
min-width: none;
|
|
}
|
|
}
|