feat(core): do not hardcode footer wordmark size

It should respect the size set in localsettings under wgLogos
This commit is contained in:
alistair3149 2022-12-03 22:50:12 -05:00
parent 365b1c5e4a
commit 22e1324a80
No known key found for this signature in database

View file

@ -65,8 +65,7 @@
font-size: 1.25rem;
img.mw-logo-wordmark {
width: auto;
height: 54px;
max-height: 54px;
filter: invert( 1 ) hue-rotate( 180deg );
}
}