From 20701350bad0751f478a621a0e68b35c3448ef75 Mon Sep 17 00:00:00 2001 From: Vencislav Atanasov Date: Thu, 31 Oct 2024 01:22:48 +0200 Subject: [PATCH] Add gap between the players --- css/styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/styles.css b/css/styles.css index 12938f5..d0cd476 100644 --- a/css/styles.css +++ b/css/styles.css @@ -1021,6 +1021,7 @@ section.subtitle_content { /* front page stream players */ .stream_players_wrapper { display: flex; + column-gap: 10px; } @media all and (max-width: 960px) {