MediaWiki:Common.css: Difference between revisions
m quick fixup for infoboxes |
m Fixups for homepage layout |
||
| Line 122: | Line 122: | ||
/**/ | /**/ | ||
/* After the move, without tweeki */ | |||
@media (min-width: 768px) { | |||
.row.home-panes { | |||
} | |||
.row.home-panes::after { | |||
clear: both; | |||
display: block; | |||
content: ""; | |||
} | |||
.row.home-panes > * { | |||
float: left; | |||
max-width: 50%; | |||
} | |||
.row.home-panes { | |||
clear: both; | |||
} | |||
.row.home-panes .col-md-7 { | |||
max-width: 58%; | |||
} | |||
.row.home-panes .col-md-5 { | |||
max-width: 42%; | |||
} | |||
} | |||