mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-15 02:24:04 +00:00
feat(core): tweak spacing between body header and content
This commit is contained in:
parent
9fe063acb9
commit
8c4166ae8f
|
@ -20,7 +20,7 @@
|
|||
flex-wrap: wrap;
|
||||
align-items: flex-start;
|
||||
padding-top: @content-margin-top;
|
||||
margin-bottom: @content-margin-top;
|
||||
margin-bottom: @content-margin-top * 2;
|
||||
gap: @content-margin-top;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue