2021-11-17 12:46:52 +01:00
|
|
|
article {
|
|
|
|
max-width:100%;
|
2020-11-26 01:57:56 +01:00
|
|
|
}
|
|
|
|
img {
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#live iframe {
|
|
|
|
border: 0px;
|
|
|
|
flex: 1;
|
2021-11-15 14:17:04 +01:00
|
|
|
width: 100%
|
2020-11-26 01:57:56 +01:00
|
|
|
}
|
2020-12-19 01:10:24 +01:00
|
|
|
|
|
|
|
#footlinks {
|
|
|
|
width: 100%;
|
|
|
|
margin: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
#footlinks ul
|
|
|
|
{
|
2021-11-15 14:17:04 +01:00
|
|
|
column-count: 2;
|
2020-12-19 01:10:24 +01:00
|
|
|
list-style: none;
|
|
|
|
padding: 0 50px;
|
|
|
|
margin: 0 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#footlinks li
|
|
|
|
{
|
|
|
|
display: block;
|
2021-11-15 14:17:04 +01:00
|
|
|
width: 200px;
|
|
|
|
min-height: 50px;
|
2020-12-19 01:10:24 +01:00
|
|
|
margin: 0px 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#footlinks a
|
|
|
|
{
|
|
|
|
-webkit-transition: 200ms;
|
|
|
|
transition: 200ms;
|
|
|
|
display: block;
|
|
|
|
width: 10rem;
|
|
|
|
padding: 0.77273rem 0rem;
|
|
|
|
background-color: #3a7c78;
|
|
|
|
color: white;
|
|
|
|
vertical-align: middle;
|
|
|
|
text-align: center;
|
|
|
|
text-decoration: none;
|
|
|
|
border: 0px solid #3a7c78;
|
|
|
|
margin: 0px 5px;
|
|
|
|
border-radius: 10px 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#footlinks a:hover {
|
|
|
|
background-color: #73d08a;
|
|
|
|
border-color: #73d08a;
|
|
|
|
color: #3a7c78;
|
|
|
|
}
|
2021-11-15 14:17:04 +01:00
|
|
|
|
2021-11-17 12:46:52 +01:00
|
|
|
#live {
|
|
|
|
display: flex;
|
|
|
|
flex-flow: row nowrap;
|
|
|
|
align-items: stretch;
|
|
|
|
height: 75vh;
|
|
|
|
}
|
|
|
|
|
|
|
|
#embedded-chat, #embedded-video {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
2021-11-15 14:17:04 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (max-width: 1024px) {
|
|
|
|
#live iframe {
|
2021-11-17 12:59:03 +01:00
|
|
|
min-height: 500px;
|
2021-11-15 14:17:04 +01:00
|
|
|
}
|
2021-11-17 12:46:52 +01:00
|
|
|
#live {
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: space-between;
|
|
|
|
height:auto;
|
|
|
|
}
|
|
|
|
}
|