MediaWiki:Vector.css: Difference between revisions
Appearance
Created page with "→All CSS here will be loaded for users of the Vector skin: @media screen and (max-width:650px) { .vector-body { font-size: 16px; } }" |
No edit summary |
||
| Line 3: | Line 3: | ||
@media screen and (max-width:650px) { | @media screen and (max-width:650px) { | ||
.vector-body { | .vector-body, td, th { | ||
font-size: 16px; | font-size: 16px; | ||
} | } | ||
} | } | ||
Revision as of 19:44, 3 November 2022
/* All CSS here will be loaded for users of the Vector skin */
@media screen and (max-width:650px) {
.vector-body, td, th {
font-size: 16px;
}
}