From baef6f5a2cd8e69cbc4d9dc569e43fc6807f99b2 Mon Sep 17 00:00:00 2001 From: Anton Keks Date: Mon, 10 Mar 2014 01:25:34 +0200 Subject: [PATCH] a bit better small-screen support --- css/main.css | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/css/main.css b/css/main.css index bfedba81..59b1dab0 100644 --- a/css/main.css +++ b/css/main.css @@ -427,17 +427,26 @@ Small Device Styles font-size:14px; } - #downloads { - display: none; - } - .inner { min-width: 320px; max-width: 480px; } #project_title { - font-size: 32px; + font-size: 32px; + } + + #project_tagline { + font-size: 18px; + } + + #menu { + float: none; + margin-top: 0; + } + + img { + max-width: 400px; } h1 {