Files
liquid/_sass/modules/_content-area.scss
T

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;
}
}
}