From 93b1e310cd8ccd63e10b21eeabb8a2302cb43022 Mon Sep 17 00:00:00 2001 From: nek0 Date: Sun, 5 Apr 2015 01:57:01 +0200 Subject: [PATCH] added capability for small screens --- static/css/main.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/static/css/main.css b/static/css/main.css index 9e19e8f..331edd0 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -75,3 +75,11 @@ input[type="submit"] { width: auto !important; padding: 30px; } + +@media screen and (max-width: 600px){ + #main article.article { + width: 7em; + height: 7em; + line-height: 7em; + } +}