MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 10: | Line 10: | ||
.welcome-table th, .welcome-table td { | .welcome-table th, .welcome-table td { | ||
padding: | padding: 1%; /* Reduced from 8px to ~1% (equivalent to roughly 4px on a 400px container) */ | ||
vertical-align: top; /* Default for text cells */ | vertical-align: top; /* Default for text cells */ | ||
} | } | ||
| Line 39: | Line 39: | ||
width: 100% !important; | width: 100% !important; | ||
vertical-align: top; /* Reset to top on mobile for stacking */ | vertical-align: top; /* Reset to top on mobile for stacking */ | ||
padding-right: 2%; /* Maintain right padding on mobile */ | |||
} | } | ||
.welcome-table td[rowspan] img { | .welcome-table td[rowspan] img { | ||