mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-15 02:24:04 +00:00
feat(core): add bottom margin to page header
This commit is contained in:
parent
a70503b2ec
commit
dca529b164
|
@ -20,6 +20,7 @@
|
|||
flex-wrap: wrap;
|
||||
align-items: flex-start;
|
||||
padding-top: @content-margin-top;
|
||||
margin-bottom: @content-margin-top;
|
||||
}
|
||||
|
||||
.page-heading {
|
||||
|
|
Loading…
Reference in a new issue