MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 5,814: Line 5,814:
}
}


/* Remove the existing CSS for .mainpage-contents-cont */
/* Style for the Left Column section */
/* Style for the Left Column section */
.mainpage-left {
.mainpage-left {
     width: 48%;
     width: 48%;
     float: left;
     float: left;
}
    margin-right: 2%; /* Add a small margin between columns */
 
/* Clear float for proper alignment */
.mainpage-left::after {
    content: "";
    display: table;
    clear: both;
}
}


Line 5,833: Line 5,825:
.mainpage-left .contents-oda,
.mainpage-left .contents-oda,
.mainpage-left .contents-relics {
.mainpage-left .contents-relics {
     width: 100%;
     width: 100%; /* Make elements within Left Column 100% width */
     margin-bottom: 50px;
     margin-bottom: 20px;
}
}


Navigation menu