diff --git a/static/css/main.css b/static/css/main.css index 4c0781a..99edb3e 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -14,6 +14,28 @@ body { a { color:#ff6c6b; text-decoration:none; } a:hover { color:#ff6c6b; text-decoration:underline; } +body > ul > li img { + height: 100px; + width: auto; +} + +body > ul { + white-space: nowrap; + position: relative; + overflow-y: hidden; + overflow-x: scroll; + -webkit-overflow-scrolling: touch; +} + +img { + max-width: 90vw; + height: auto; +} + +input { + max-width: 80vw; +} + h1,h2,h3,.fact_check_info_title { line-height:1.2; color:#51afef;