MediaWiki:Timeless.css: Difference between revisions

From The Pinched Universe
Jump to navigation Jump to search
Created page with "→‎Indefinite content width: @media screen and (min-width: 851px) { .color-middle-container, .ts-inner { max-width: none; } }"
 
m Undo revision 1291 by Hori (talk)
Tag: Undo
 
(One intermediate revision by the same user not shown)
(No difference)

Latest revision as of 21:31, 29 June 2024

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