Remove unnecessary flexbox usage

This commit is contained in:
Alec Rust
2022-03-19 12:13:04 +00:00
parent d19fcd2a4c
commit d937a2ae59
3 changed files with 7 additions and 4 deletions

View File

@@ -312,8 +312,11 @@
*/
#mainControls {
flex-flow: column;
align-items: center;
margin-bottom: 12px;
}
.sponsorStartHint {
display: block;
margin-bottom: 12px;
}