MediaWiki:Citizen.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
No edit summary |
||
| Line 239: | Line 239: | ||
the dedicated tablet section below. */ | the dedicated tablet section below. */ | ||
@media screen and (max-width: 599px) { | @media screen and (max-width: 599px) { | ||
/* Let each phone label use its natural one- or two-line height. Reserving | |||
two lines for every label creates visible empty space in sections whose | |||
first-row labels all fit on one line, such as Character Creation. */ | |||
.skin-citizen .wizlords-imagetext-text { | |||
min-height: 0; | |||
} | |||
.skin-citizen .wizlords-wideimagetext { | .skin-citizen .wizlords-wideimagetext { | ||
max-width: 100%; | max-width: 100%; | ||
| Line 248: | Line 255: | ||
justify-content: center; | justify-content: center; | ||
gap: 10px 16px; | gap: 10px 16px; | ||
} | } | ||
} | } | ||