Template:Column/styles.css: Difference between revisions
Richardpruen (talk | contribs) m 1 revision imported |
Richardpruen (talk | contribs) m 1 revision imported: Templates and CSS files |
||
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
/* {{pp-template}} */ | /* {{pp-template}} */ | ||
@media (min-width: 720px) { | @media (min-width: 720px) { | ||
.columns-start | .columns-start .column { | ||
/* @noflip */ | /* @noflip */ | ||
float: left; | float: left; | ||
| Line 11: | Line 7: | ||
} | } | ||
.columns-2 | .columns-2 .column { | ||
width: 50%; | width: 50%; | ||
} | } | ||
.columns-3 | .columns-3 .column { | ||
width: 33.3%; | width: 33.3%; | ||
} | } | ||
.columns-4 | .columns-4 .column { | ||
width: 25%; | width: 25%; | ||
} | } | ||
.columns-5 | .columns-5 .column { | ||
width: 20%; | width: 20%; | ||
} | } | ||
} | } | ||