diff options
-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 { |