Remove h2 classes to make the styles work in other pages

This commit is contained in:
Tetsuro
2015-10-16 11:46:03 -04:00
parent ce1d460d8a
commit f0c7a601c3
3 changed files with 16 additions and 14 deletions
+8 -4
View File
@@ -1,13 +1,17 @@
.content__item {
margin-bottom: $spacing-unit * 2;
h3 {
text-decoration: underline;
}
}
.content__header {
font-weight: bold;
.content__list {
h2 {
font-weight: bold;
&:not(:first-child) {
margin-top: $spacing-unit * 2;
}
}
}