2021-09-14 17:26:47 +07:00

9 lines
178 B
SCSS

@import "../../../../styles/utilities";
.headingWrapper {
@apply flex spacing-horizontal-left pb-16;
.heading{
max-width: 121.6rem;
flex-grow: 1;
}
}