diff --git a/site/style.css b/site/style.css index 3618d5a..f3025c4 100644 --- a/site/style.css +++ b/site/style.css @@ -356,8 +356,16 @@ footer > div:last-child > div { width: 33%; } +#controls { + display: flex; + justify-content: center; + min-width: 24ex; + gap: 0.25ex; +} + #controls > * { vertical-align: middle; + display: block; } .play svg { @@ -370,11 +378,6 @@ footer > div:last-child > div { width: 5ex; } -#controls { - min-width: 24ex; - text-align: center; -} - #nowPlaying { display: flex; flex-wrap: nowrap;