Add subtle border to <h2> elements in main content

This commit is contained in:
Michael Rose
2016-06-06 21:29:52 -04:00
parent 3892f18abe
commit c5176925b7
+6
View File
@@ -49,6 +49,12 @@
}
.page__content {
h2 {
padding-bottom: 0.5em;
border-bottom: 1px solid $border-color;
}
p, li, dl {
font-size: 1em;
}