MediaWiki:Common.css: Difference between revisions

From Gaffer Wiki
Jump to navigation Jump to search
Created page with "CSS placed here will be applied to all skins: @media screen { html body { position: relative; margin-left: auto; margin-right: auto; max-width:1280px } }"
 
(No difference)

Latest revision as of 18:10, 5 November 2023

/* CSS placed here will be applied to all skins */

@media screen {
  
    html body {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        max-width:1280px
    }

}