MediaWiki:Vector-2022.css: Difference between revisions

From PZwiki
(center sitenotice)
 
m (sitenotice: remove width to fix resizing issues)
Line 10: Line 10:
     box-sizing: border-box;
     box-sizing: border-box;
     max-width: 1000px;
     max-width: 1000px;
    width: 944px;
}
}

Revision as of 10:40, 29 March 2024

/* All CSS here will be loaded for users of the Vector-2022 skin */

/* MediaWiki:Sitenotice */
.vector-sitenotice-container {
    display: flex;
    justify-content: center;
    align-items: center;
}
.sitenotice-card {
    box-sizing: border-box;
    max-width: 1000px;
}