Skins using the elements feature ship styles for elements using the small or center class. Presumably these provide replacements for deprecated HTML4 tags. Confusingly, this means the use of these classes is inconsistent across skins.
Following on from @Volker_E comments in T255717#7056266
We would like to move away from classes that define presentation in a world where mobile and accessibility is important and our content can be rendered in different ways.
This will likely touch multiple part of the stack (mostly for use of the small class)
https://codesearch.wmcloud.org/search/?q=class%5C%3D(%22center%22%7C%5B%22%27%5D%5B%5E%22%27%5D*%20center)&i=nope&files=.*%5C.php&excludeFiles=&repos=
including > 1000 user templates:
https://global-search.toolforge.org/?q=class%5C%3D%28%22center%22%7C%5B%22%27%5D%5B%5E%22%27%5D*+center%29®ex=1&namespaces=10&title=
https://global-search.toolforge.org/?q=class%5C%3D%28%22small%22%7C%5B%22%27%5D%5B%5E%22%27%5D*+small%29®ex=1&namespaces=10&title=
If we want to retain support for the class it would be better to apply it to all skins via the module in T279388.