From 920e79938ea71e01b0f0e758f6a3fcae3061401b Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Tue, 29 Aug 2017 23:30:57 +0200 Subject: Fix responsive branding-logo. Remove farbar max width. --- local.scss | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/local.scss b/local.scss index 20a1efb..07ed492 100644 --- a/local.scss +++ b/local.scss @@ -100,6 +100,12 @@ div#branding-logo { width: 50%; } } + @media screen and (max-width: 480px) { + img { + max-width: 96%; + height: auto; + } + } } div#branding-tagline { @@ -236,7 +242,6 @@ div.farbar { margin-left: -23%; background-color: $accent-light; width: 20%; -// max-width: 300px; padding: 1%; @media print { @include h5bp-hidden; -- cgit v1.2.3