From f6f1c774b2f336d80b9bf2cffd029d1ddb99b339 Mon Sep 17 00:00:00 2001 From: Dominik Juelg Date: Thu, 19 May 2016 09:41:59 +0200 Subject: fixed mobile appearance on article view --- static/css/mobile.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/static/css/mobile.css b/static/css/mobile.css index d279c4b..228ba1a 100644 --- a/static/css/mobile.css +++ b/static/css/mobile.css @@ -51,7 +51,7 @@ } .wrapper { - min-width: 320px + min-width: 320px; } .publish-date, .attention-message { @@ -59,4 +59,13 @@ text-align: center; margin: 0; } + + .top-nav h3, img, text { + display: none; + } + + blockquote { + padding: 0; + margin: 0; + } } \ No newline at end of file -- cgit v1.2.3