Add gap between the players

This commit is contained in:
Vencislav Atanasov 2024-10-31 01:22:48 +02:00
parent d464a4c181
commit 20701350ba
1 changed files with 1 additions and 0 deletions

View File

@ -1021,6 +1021,7 @@ section.subtitle_content {
/* front page stream players */ /* front page stream players */
.stream_players_wrapper { .stream_players_wrapper {
display: flex; display: flex;
column-gap: 10px;
} }
@media all and (max-width: 960px) { @media all and (max-width: 960px) {