MediaWiki:Common.css: Difference between revisions
Appearance
Cdjensen94 (talk | contribs) No edit summary |
Cdjensen94 (talk | contribs) 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 { | ||
flex: 0 0 45%; | |||
float: none; | float: none; | ||
} | } | ||
/* Right section */ | |||
#user-page-right { | #user-page-right { | ||
flex: 0 0 52%; | |||
float: none; | float: none; | ||
} | } | ||
.clearfix { | .clearfix { | ||
position: relative; | position: relative; |