mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-24 06:24:22 +00:00
fix(skinning): 🐛 incorrect text alignement for mw-halign-center
This commit is contained in:
parent
4e719a09c9
commit
e4697c48f1
|
@ -22,6 +22,7 @@ figure[ typeof~='mw:File/Frame' ] {
|
|||
&.mw-halign-center {
|
||||
margin-right: auto;
|
||||
margin-left: auto;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue