(Oprettede siden med "→‎{{pp-template}}: @media (min-width: 720px) { .columns-start { width: 100%; } .columns-start div.column { →‎@noflip: float: left; } .columns-2 div.colum...")  |
(Bjarke Sølverbæk changed the content model of the page Skabelon:Column/styles.css from "wikitekst" to "Sanitized CSS") Tag: content model change  |
(Ingen forskel)
| |
Nuværende version fra 20. jul. 2021, 21:43
/* {{pp-template}} */
@media (min-width: 720px) {
.columns-start {
width: 100%;
}
.columns-start div.column {
/* @noflip */
float: left;
}
.columns-2 div.column {
width: 50%;
min-width: 30em;
}
.columns-3 div.column {
width: 33.3%;
min-width: 20em;
}
.columns-4 div.column {
width: 25%;
min-width: 20em;
}
.columns-5 div.column {
width: 20%;
min-width: 20em;
}
}