Jump to content

MediaWiki:Mobile.css: Difference between revisions

From Wyld West Wiki
Created page with "@media screen and (max-width: 768px) { #toc, .mw-parser-output .toc, .vector-toc { font-size: 10px !important; Adjust size as needed: } Adjust TOC section headers: #toc h2, .vector-toc h2 { font-size: 12px !important; } Adjust TOC list items: #toc ul li, .vector-toc ul li { font-size: 10px !important; } }"
 
Blanked the page
Tag: Blanking
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
@media screen and (max-width: 768px) {
    #toc, .mw-parser-output .toc, .vector-toc {
        font-size: 10px !important; /* Adjust size as needed */
    }


    /* Adjust TOC section headers */
    #toc h2, .vector-toc h2 {
        font-size: 12px !important;
    }
    /* Adjust TOC list items */
    #toc ul li, .vector-toc ul li {
        font-size: 10px !important;
    }
}

Latest revision as of 21:27, 5 March 2025