mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-15 02:24:04 +00:00
feat(core): tweak content sub spacing
This commit is contained in:
parent
a5747ad84b
commit
985ecb2aa1
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue