summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2017-08-29 21:21:12 +0200
committerSiri Reiter <siri@jones.dk>2017-08-29 21:21:12 +0200
commit46d77e77047b47af5f69824124aef42c2f3253bf (patch)
treec1ab2f9767f777d813bbe8bcb8db8ea21f42a587
parent456985240aba30422f0386d5bea6b3978aeca563 (diff)
Responsive topbar background image.
-rw-r--r--local.scss6
1 files changed, 6 insertions, 0 deletions
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 {