mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 12:24:18 +00:00
8 lines
142 B
SCSS
8 lines
142 B
SCSS
@import "../../../../styles/_utilities";
|
|
|
|
.recipeListBanner{
|
|
@apply spacing-horizontal;
|
|
@screen md {
|
|
padding:0 3.2rem;
|
|
}
|
|
} |