fix: spacing
This commit is contained in:
parent
3875b2da6a
commit
17df90d0b1
3 changed files with 13 additions and 9 deletions
|
@ -138,6 +138,10 @@ a {
|
|||
display: inline-flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
|
||||
& + .page-header {
|
||||
margin-top: var(--sizing-base);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue