mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 12:24:18 +00:00
9 lines
178 B
SCSS
9 lines
178 B
SCSS
@import "../../../../styles/utilities";
|
|
|
|
.headingWrapper {
|
|
@apply flex spacing-horizontal-left pb-16;
|
|
.heading{
|
|
max-width: 121.6rem;
|
|
flex-grow: 1;
|
|
}
|
|
} |