From eea2d54cf1d1a838f9134d537f9cc0c526455ca2 Mon Sep 17 00:00:00 2001 From: andistuder Date: Fri, 9 Mar 2018 12:34:02 +0000 Subject: [PATCH] add page description content --- index.html | 3 +++ public/css/style.css | 6 +++++- style.scss | 8 +++++++- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 8e1557c..ce6dca5 100644 --- a/index.html +++ b/index.html @@ -73,6 +73,9 @@ +

+ Aphex Twin, Saturday 3rd June, Live Video Stream From Field Day. +

diff --git a/public/css/style.css b/public/css/style.css index 483c7d6..675b28a 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -215,6 +215,10 @@ audio { margin: 0 auto; } #youtube-stream #stream-links .stream-nts-link img { height: 30px; } +#youtube-stream #stream-desc { + width: 80%; + margin: 0 auto; + clear: both; } #stream-fieldday-link { float: left; } @@ -285,7 +289,7 @@ audio { right: 10px; transform: translateY(-50%); } - #youtube-container, #stream-links { + #youtube-container, #stream-links, #stream-desc { width: 100% !important; } } /*# sourceMappingURL=style.css.map */ diff --git a/style.scss b/style.scss index 675ce6a..08525bf 100644 --- a/style.scss +++ b/style.scss @@ -304,6 +304,12 @@ audio { } } } + + #stream-desc { + width: 80%; + margin: 0 auto; + clear: both; + } } #stream-fieldday-link { float: left; @@ -394,7 +400,7 @@ audio { transform: translateY(-50%); } - #youtube-container, #stream-links { + #youtube-container, #stream-links, #stream-desc { width: 100% !important; } }