Jump to content

MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 48: Line 48:
}
}


/* Container to hold left and right sections side-by-side */
#user-page-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* Optional spacing between left and right */
    justify-content: space-between;
    margin-top: 40px;
}
/* Left section */
#user-page-left {
#user-page-left {
top: 40px;
    flex: 0 0 45%;
     float: none;
     float: none;
    width: 45%;
}
}
/* Right section */
#user-page-right {
#user-page-right {
top: 40px;
    flex: 0 0 52%;
     float: none;
     float: none;
    width: 55%;
}
}
.clearfix {
.clearfix {
position: relative;
position: relative;