From f0f33a07d926469c65df6bd3e282cc890c0cb110 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sven=20G=2E=20Br=C3=B6nstrup?= Date: Tue, 29 Oct 2013 19:43:43 +0100 Subject: [PATCH] Fixed CSS for mobile devices --- account/templates/base.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/account/templates/base.html b/account/templates/base.html index 32af654..0890952 100644 --- a/account/templates/base.html +++ b/account/templates/base.html @@ -22,6 +22,23 @@ body { padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */ } + @media (max-width: 979px) { + body { + padding-top: 0 !important; + } + } + @media (max-device-width: 480px) { + .brand img { + padding-top: 4px; + width: 47px; + height: 13px; + } + .navbar .brand { + font-size: 18px; + line-height: 20px; + } + } + .asteriskField { color: #ff1111; margin-left: 3px;