diff --git a/Client/src/app/components/home/home.component.css b/Client/src/app/components/home/home.component.css index 9e8575a..a7eea64 100644 --- a/Client/src/app/components/home/home.component.css +++ b/Client/src/app/components/home/home.component.css @@ -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; + } } diff --git a/Client/src/app/components/live-stream/live-stream.component.html b/Client/src/app/components/live-stream/live-stream.component.html index fd0bcaa..ba1c230 100644 --- a/Client/src/app/components/live-stream/live-stream.component.html +++ b/Client/src/app/components/live-stream/live-stream.component.html @@ -1,7 +1,7 @@
- +