mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-28 16:21:11 +00:00
fix(core): 🐛 incorrect font size for sticky title parenthesis text
This commit is contained in:
parent
cf45a67b7e
commit
71ef6b7a30
|
@ -78,7 +78,8 @@
|
|||
padding-bottom: var( --space-sm );
|
||||
}
|
||||
|
||||
.firstHeading {
|
||||
.firstHeading,
|
||||
.mw-page-title-parenthesis {
|
||||
font-size: var( --font-size-medium );
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue