Difference between revisions of "MediaWiki:Common.css"

From AYSO Wiki
Line 8: Line 8:
 
         justify-content: center !important;
 
         justify-content: center !important;
 
         margin: auto;
 
         margin: auto;
        width: 100vw !important;
 
        height: 100%;
 
 
}
 
}

Revision as of 15:09, 23 April 2022

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

body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }

#ayso-slides, #ayso-slides div {
        display: flex;
        align-items: center;
        justify-content: center !important;
        margin: auto;
}