MediaWiki:Foreground.css: Difference between revisions

From AnOtherWiki, the free encyclopedia written by, for, and about the Otherkin community.
(Fixing a problem with the display on the Main page with certain screen sizes.)
 
m (Fixing a problem with the display on the Main page with certain screen sizes.)
Line 1: Line 1:
#page-content .row {
#page-content .row {
max-width: 90% !important;
max-width: 90% !important;
}
#page-content .infobox {
padding: 0px !important;
margin: 0px !important;
}
}

Revision as of 10:51, 14 September 2023

#page-content .row {
    max-width: 90% !important;
}
#page-content .infobox {
padding: 0px !important;
margin: 0px !important;
}