diff --git a/infoscreen/static/css/sosso.css b/infoscreen/static/css/sosso.css index 3e284c6..6752833 100644 --- a/infoscreen/static/css/sosso.css +++ b/infoscreen/static/css/sosso.css @@ -1,3 +1,35 @@ +#header { + height: 30%; + width: 100%; + background-color:#7c1330; + text-align: center; +} + +#header-image { + display: block; + margin-left: auto; + margin-right: auto; + max-width: 100%; +} + +.article-row { + min-height: 20vh; + margin: 10px 10px 10px 10px; +} + +.article-col { + max-height: 200px; +} + +.article-title-col { + font-size: 60px; +} + +.thumbnail { + height: 20vh; + width: auto; +} + #sossoimage { height:300px; position: relative; diff --git a/infoscreen/static/html/sosso.html b/infoscreen/static/html/sosso.html index 4eacdf6..1b16123 100644 --- a/infoscreen/static/html/sosso.html +++ b/infoscreen/static/html/sosso.html @@ -1,15 +1,20 @@
+