Bureaucrats, Moderators (CommentStreams), Interface administrators, Push subscription managers, Suppressors, Administrators
13,293
edits
(add more portal formats) |
(try 40/60) |
||
| Line 1,120: | Line 1,120: | ||
.portal-column-left-60, .portal-column-right-40, | .portal-column-left-60, .portal-column-right-40, | ||
.portal-column-left-25, .portal-column-right-75 { | .portal-column-left-25, .portal-column-right-75 { | ||
float: none !important; | |||
width: 100% !important; | |||
} | |||
} | |||
/* 40/60 portal column widths */ | |||
.portal-column-left-40 { | |||
float: left; | |||
width: 40%; | |||
} | |||
.portal-column-right-60 { | |||
float: right; | |||
width: 59%; /* 60% minus 1% gap */ | |||
} | |||
/* Mobile fallback (append to existing @media block) */ | |||
@media only screen and (max-width: 800px) { | |||
.portal-column-left-40, | |||
.portal-column-right-60 { | |||
float: none !important; | float: none !important; | ||
width: 100% !important; | width: 100% !important; | ||
} | } | ||
} | } | ||