Restore distance between byline and title that adding titlebar div took away

This commit is contained in:
benjamin melançon 2018-12-17 17:40:52 -05:00
parent 49295ecb73
commit a2066e92d7

View file

@ -47,3 +47,7 @@
.titlebar-padded { .titlebar-padded {
padding-bottom: $column-gap * 2; padding-bottom: $column-gap * 2;
} }
.titlebar + .byline {
margin-top: 1.5rem;
}