Difference between revisions of "MediaWiki:Timeless.css"

From Rare Gaming Dump
(Blanked the page)
Tag: Blanking
(Fix page content width)
Line 1: Line 1:
 
+
/* Indefinite content width */
 +
@media screen and (min-width: 851px) {
 +
    .color-middle-container,
 +
    .ts-inner { max-width: none; }
 +
}

Revision as of 06:34, 6 May 2021

/* Indefinite content width */
@media screen and (min-width: 851px) {
    .color-middle-container,
    .ts-inner { max-width: none; }
}