Remove border from archive items' headings
This commit is contained in:
parent
c958701c50
commit
9d27604578
1 changed files with 9 additions and 1 deletions
|
@ -35,7 +35,15 @@
|
|||
.archive__item-title {
|
||||
margin-bottom: 0.25em;
|
||||
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 {
|
||||
|
|
Loading…
Reference in a new issue