MediaWiki:Common.css: Difference between revisions
Appearance
TheRiftWiki (talk | contribs) No edit summary |
TheRiftWiki (talk | contribs) No edit summary |
||
| Line 3: | Line 3: | ||
@media screen and (min-width: 851px) { | @media screen and (min-width: 851px) { | ||
.ts-inner { /* This is an example class, yours might be different */ | .ts-inner { /* This is an example class, yours might be different */ | ||
max-width: | max-width: 100px; /* Adjust to your desired maximum width */ | ||
} | } | ||
} | } | ||
Revision as of 23:30, 17 December 2025
/* CSS placed here will be applied to all skins */
@media screen and (min-width: 851px) {
.ts-inner { /* This is an example class, yours might be different */
max-width: 100px; /* Adjust to your desired maximum width */
}
}
body { background-image: url(media/background.png); }