MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
Line 5,812: Line 5,812:
     text-align: center;
     text-align: center;
     display: table-cell; /* or 'table-cell' if block doesn't work as intended */
     display: table-cell; /* or 'table-cell' if block doesn't work as intended */
}
/* Style for the Left Column section */
.mainpage-left {
    width: 48%;
    float: left;
    margin-right: 2%; /* Add a small margin between columns */
}
/* Style for the elements in Left Column */
.mainpage-left .contents-guides,
.mainpage-left .contents-oda,
.mainpage-left .contents-relics {
    width: 100%; /* Make elements within Left Column 100% width */
    margin-bottom: 20px;
}
.mainpage-left .contents-guides h2,
.mainpage-left .contents-oda h2,
.mainpage-left .contents-relics h2 {
    font-size: 16px;
    margin: 5px 0;
}
}

Navigation menu