User

Difference between revisions of "Mathis Back/bluell.css"

(@media)
(align items center)
Line 27: Line 27:
 
#totalContainer {
 
#totalContainer {
 
flex-direction: column;
 
flex-direction: column;
 +
align-items: center;
 
}
 
}
 
}
 
}

Revision as of 13:58, 15 September 2021

#totalContainer {
	display: flex;
	justify-content: space-between;
}

#filterContainer {
	margin-top: 3em;
}

#filterContainer p {
	margin: 0;
}

#audioresults {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

@media (max-width: 1100px) {
	#audioresults {
		display: grid;
		grid-template-columns: 1fr;
	}
}

@media (max-width: 700px) {
	#totalContainer {
		flex-direction: column;
		align-items: center;
	}
}

.audiobox {
	margin-right: 12px;
}