mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 04:14:18 +00:00
29 lines
558 B
SCSS
29 lines
558 B
SCSS
@import "../../../../styles/utilities";
|
|
|
|
.featuredCard{
|
|
@apply flex flex-row justify-center spacing-horizontal;
|
|
.featuredCardWrapper{
|
|
@apply flex flex-row justify-between;
|
|
max-width: 121.6rem;
|
|
}
|
|
}
|
|
.left{
|
|
max-width: 59.8rem;
|
|
}
|
|
.right{
|
|
flex-shrink: 3;
|
|
margin-left: 6.4rem;
|
|
max-width: 55.4rem;
|
|
}
|
|
.titleWrapper{
|
|
@apply flex flex-col items-start font-heading;
|
|
font-size: 3.2rem;
|
|
line-height: 4rem;
|
|
margin-bottom: 1.6rem;
|
|
.title{
|
|
margin-top: 0.4rem;
|
|
}
|
|
}
|
|
.content{
|
|
margin-top: 1.6rem
|
|
} |