From 735dcc8766f169b78c72a671535e317a5a5494ce Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Tue, 29 Aug 2017 22:12:17 +0200 Subject: Fix responsive topbar background image. --- local.scss | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/local.scss b/local.scss index a9a8d2f..20a1efb 100644 --- a/local.scss +++ b/local.scss @@ -82,11 +82,9 @@ div.branding { background-position: 20% 0; background-repeat: no-repeat; color: $link_color; - img.img { - @media screen and (max-width: 480px) { - max-width: 96%; - height: auto; - } + @media screen and (max-width: 480px) { + background-position: 2%; + background-size: 96%; } } -- cgit v1.2.3