Add basic CSS for front page stream wrappers
This commit is contained in:
parent
d2a08c7355
commit
d464a4c181
|
@ -1017,3 +1017,18 @@ section.subtitle_content {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-top: 18px;
|
margin-top: 18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* front page stream players */
|
||||||
|
.stream_players_wrapper {
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media all and (max-width: 960px) {
|
||||||
|
.stream_players_wrapper {
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.stream_players_wrapper > * {
|
||||||
|
flex-grow: 1;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue