Template:Colonne/styles.css

< Template:Colonne
Revision as of 21:39, 10 February 2022 by Admin (talk | contribs) (Created page with ".responsive-columns { display: flex; flex-wrap: wrap; justify-content: space-between; margin-bottom: -20px; } .responsive-columns > div { flex: 1 1; margin: 0 20px 20px 0; }")
Go to top
.responsive-columns {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: -20px;
}

.responsive-columns > div {
	flex: 1 1;
	margin: 0 20px 20px 0;
}