diff --git a/infoscreen/static/css/sosso.css b/infoscreen/static/css/sosso.css index 6752833..59454b9 100644 --- a/infoscreen/static/css/sosso.css +++ b/infoscreen/static/css/sosso.css @@ -17,12 +17,13 @@ margin: 10px 10px 10px 10px; } -.article-col { +.article-thumb-col { max-height: 200px; + text-align: right; } .article-title-col { - font-size: 60px; + font-size: 3vw; } .thumbnail { @@ -46,3 +47,7 @@ height: 540px; border:2px solid black; } + +#container { + max-height: 70%; +} diff --git a/infoscreen/static/html/sosso.html b/infoscreen/static/html/sosso.html index 1b16123..3ea914f 100644 --- a/infoscreen/static/html/sosso.html +++ b/infoscreen/static/html/sosso.html @@ -3,18 +3,18 @@