Template:Media table/styles.css: Difference between revisions
Jump to navigation
Jump to search
HyperNervie (talk | contribs) (Created page with ".mediatable { width: 100%; } .mediatable td:nth-child(2) { white-space: nowrap; width: 0; font-size: smaller; text-align: center; }") |
HyperNervie (talk | contribs) (Shrink font on narrow devices) |
||
| Line 7: | Line 7: | ||
font-size: smaller; | font-size: smaller; | ||
text-align: center; | text-align: center; | ||
} | |||
@media (max-width: 720px) { | |||
.mediatable { | |||
font-size: 90%; | |||
} | |||
} | } | ||
Revision as of 09:00, 24 September 2025
.mediatable {
width: 100%;
}
.mediatable td:nth-child(2) {
white-space: nowrap;
width: 0;
font-size: smaller;
text-align: center;
}
@media (max-width: 720px) {
.mediatable {
font-size: 90%;
}
}