From 46d77e77047b47af5f69824124aef42c2f3253bf Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Tue, 29 Aug 2017 21:21:12 +0200 Subject: Responsive topbar background image. --- local.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/local.scss b/local.scss index e8997b8..a9a8d2f 100644 --- a/local.scss +++ b/local.scss @@ -82,6 +82,12 @@ 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; + } + } } div#branding-logo { -- cgit v1.2.3