Adjust live stream font
parent
04fd77c1be
commit
94e2e7cf61
|
|
@ -109,7 +109,7 @@ img.full {
|
|||
|
||||
@media(max-width:900px){
|
||||
#live-stream-container > #title {
|
||||
font-size: 15pt;
|
||||
font-size: 18pt;
|
||||
}
|
||||
#countdown-container {
|
||||
font-size: 20pt;
|
||||
|
|
@ -131,6 +131,7 @@ img.full {
|
|||
}
|
||||
#countdown-container {
|
||||
font-size: 13pt;
|
||||
margin-top: 3px;
|
||||
}
|
||||
.display-none-sm {
|
||||
display: none;
|
||||
|
|
@ -138,6 +139,9 @@ img.full {
|
|||
.display-sm {
|
||||
display: block;
|
||||
}
|
||||
#live-date {
|
||||
margin-top: 2px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<secondary-page-component [hideSideBarOnMobile]="true" >
|
||||
<div mainContent class="mapWrapper">
|
||||
<div class="video-container">
|
||||
<iframe class="video" src="https://www.youtube-nocookie.com/embed/dAxhAF9ZzbA" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||
<iframe class="video" src="https://www.youtube-nocookie.com/embed/dAxhAF9ZzbAn" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||
</div>
|
||||
</div>
|
||||
<div sideBar ofbFadeInOnScroll>
|
||||
|
|
|
|||
Loading…
Reference in New Issue