fix(skinning): 🐛 incorrect text alignement for mw-halign-center

This commit is contained in:
alistair3149 2024-06-25 15:19:10 -04:00
parent 4e719a09c9
commit e4697c48f1
No known key found for this signature in database

View file

@ -22,6 +22,7 @@ figure[ typeof~='mw:File/Frame' ] {
&.mw-halign-center {
margin-right: auto;
margin-left: auto;
text-align: center;
}
}