.Voraussetzungen li {
margin-bottom: 15px;
}
.flexbox {
width: 100%;
display:flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
}
.flexelement {
width:32%;
}
/*** Formatierungen für Mobil-Geräte ***/
@media (max-width: 900px) {
.flexelement {
width:100%;
}
} /* Ende Formatierungen für Mobil-Geräte */
Vorlage:Wizard.css
Aus Securepoint Wiki