mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-24 14:23:53 +00:00
Merge "Do not center align h2s in footer"
This commit is contained in:
commit
4d17797186
|
@ -21,6 +21,12 @@
|
|||
h2 {
|
||||
// Important given we have no idea which rules special pages are enforcing
|
||||
font-family: @fontFamily !important;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.content-header {
|
||||
h1,
|
||||
h2 {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue