mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
10 lines
196 B
SCSS
10 lines
196 B
SCSS
@import '../../../../styles/utilities';
|
|
|
|
.productInfoDetail {
|
|
@apply spacing-horizontal;
|
|
padding-bottom: 4rem;
|
|
@screen md {
|
|
@apply flex;
|
|
padding-bottom: 5.6rem;
|
|
}
|
|
} |