mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-15 08:50:45 -07:00
14 lines
142 B
SCSS
14 lines
142 B
SCSS
|
|
.content__item {
|
|
margin-bottom: $spacing-unit * 2;
|
|
|
|
h3 {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
}
|
|
|
|
.content__header {
|
|
font-weight: bold;
|
|
}
|