User
Difference between revisions of "Mathis Back/bluell.css"
Mathis Back (talk | contribs) (Created page with "#totalContainer { display: flex; justify-content: space-between; } #filterContainer { margin-top: 3em; } #filterContainer p { margin: 0; } #audioresults { display: gri...") |
Mathis Back (talk | contribs) (grid-template-columns) |
||
Line 14: | Line 14: | ||
#audioresults { | #audioresults { | ||
display: grid; | display: grid; | ||
+ | grid-template-columns: 1fr 1fr; | ||
} | } | ||
Revision as of 13:48, 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;
}
#audiobox {
margin-top: 3em;
margin-right: 12px;
}