Skip to content

Commit

Permalink
feat(core): tweak content sub spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair3149 committed Dec 20, 2022
1 parent a5747ad commit 985ecb2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions resources/skins.citizen.styles/skinning/interface-subtitle.less
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,16 @@
line-height: var( --line-height-xs );
}

#contentSub,
#contentSub2 {
margin-bottom: var( --space-md );
}

// Reduced spacing if both sub1 and 2 exists
#contentSub + #contentSub2 {
margin-top: ~'calc( var( --space-xs ) * -1 )';
}

span.subpages {
display: block;
}

0 comments on commit 985ecb2

Please sign in to comment.