User

Difference between revisions of "WikiLucas00/bluell.css"

< User:WikiLucas00

(test)
 
m (Replaced content with ".queryviz-loading { text-align: center; }")
Tag: Replaced
Line 1: Line 1:
#totalContainer {
+
.queryviz-loading {
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;
 
}
 
 
 
#buttonsContainer + p {
 
 
text-align: center;
 
text-align: center;
}
 
 
#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;
 
}
 
 
#audioPages {
 
display: flex;
 
    justify-content: flex-start;
 
}
 
 
#audioPages a {
 
    margin-right: 0.5em;
 
 
}
 
}

Revision as of 21:01, 22 September 2021

.queryviz-loading {
	text-align: center;
}