Restore distance between byline and title that adding titlebar div took away
This commit is contained in:
parent
49295ecb73
commit
a2066e92d7
1 changed files with 4 additions and 0 deletions
|
@ -47,3 +47,7 @@
|
|||
.titlebar-padded {
|
||||
padding-bottom: $column-gap * 2;
|
||||
}
|
||||
|
||||
.titlebar + .byline {
|
||||
margin-top: 1.5rem;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue