Files
liquid/_sass/modules/_content-area.scss
T
2015-12-04 19:21:57 -05:00

24 lines
291 B
SCSS

.content__item {
margin-bottom: $spacing-unit * 2;
h3 {
text-decoration: underline;
}
}
.content__list {
h1 {
font-weight: bold;
}
h2 {
font-weight: bold;
text-decoration: underline;
&:not(:first-child) {
margin-top: $spacing-unit * 2;
}
}
}