mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-15 08:50:45 -07:00
18 lines
223 B
SCSS
18 lines
223 B
SCSS
.content__item {
|
|
margin-bottom: $spacing-unit * 2;
|
|
|
|
h3 {
|
|
text-decoration: underline;
|
|
}
|
|
}
|
|
|
|
.content__list {
|
|
h2 {
|
|
font-weight: bold;
|
|
|
|
&:not(:first-child) {
|
|
margin-top: $spacing-unit * 2;
|
|
}
|
|
}
|
|
}
|