User

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

Line 42: Line 42:
 
.audiobox {
 
.audiobox {
 
margin-right: 12px;
 
margin-right: 12px;
 +
}
 +
 +
#totalContainer h2 {
 +
    text-align: center;
 
}
 
}

Revision as of 14:43, 15 September 2021

#totalContainer {
	display: flex;
	justify-content: space-between;
	padding: 0 1em;
}

#filterContainer {
	margin-top: 3em;
}

#filterContainer > p:first-child {
    display: flex;
    flex-direction: column;
    margin: 20px 5px;
}

#buttonsContainer p {
	display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

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

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

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

.audiobox {
	margin-right: 12px;
}

#totalContainer h2 {
    text-align: center;
}