1
0

Set column direction for player on narrow screens.

This commit is contained in:
Alexander Andreev 2023-08-20 18:06:14 +04:00
parent f9b2afdd50
commit f7fcfc1ba0
Signed by: Arav
GPG Key ID: D22A817D95815393

View File

@ -167,4 +167,6 @@ footer {
nav { nav {
width: 100%; width: 100%;
text-align: center; } } text-align: center; }
#radio { flex-direction: column; } }