Add gap between the players
This commit is contained in:
parent
d464a4c181
commit
20701350ba
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue