Difference between revisions of "MediaWiki:Common.css"

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

Revision as of 15:14, 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;
        margin: auto;
}