Add subtle border to <h2> elements in main content

This commit is contained in:
Michael Rose 2016-06-06 21:16:57 -04:00
parent b1c6d19acc
commit e6a5d24bc4

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