diff options
author | Siri Reiter <siri@jones.dk> | 2017-08-29 21:21:12 +0200 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2017-08-29 21:21:12 +0200 |
commit | 46d77e77047b47af5f69824124aef42c2f3253bf (patch) | |
tree | c1ab2f9767f777d813bbe8bcb8db8ea21f42a587 | |
parent | 456985240aba30422f0386d5bea6b3978aeca563 (diff) |
Responsive topbar background image.
-rw-r--r-- | local.scss | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 { |