Remove border from archive items' headings

This commit is contained in:
Michael Rose 2016-06-06 22:28:33 -04:00
parent c958701c50
commit 9d27604578

View file

@ -35,7 +35,15 @@
.archive__item-title { .archive__item-title {
margin-bottom: 0.25em; margin-bottom: 0.25em;
font-family: $sans-serif-narrow; font-family: $sans-serif-narrow;
// font-size: $type-size-5; }
// remove border
.page__content {
.archive__item-title {
margin-top: 1em;
border-bottom: none;
}
} }
.archive__item-excerpt { .archive__item-excerpt {