Die Seite wurde neu angelegt: „.properties__row { display: flex; flex-direction: row; justify-content: space-between; }“
 
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
.properties__row {
.properties__row {
display: flex;
display: inline-flex;
flex-direction: row;
flex-direction: row;
justify-content: space-between;
justify-content: space-between;
}
}

Version vom 13. Januar 2025, 11:19 Uhr

.properties__row {
	display: inline-flex;
	flex-direction: row;
	justify-content: space-between;
}