diff options
Diffstat (limited to 'local.scss')
-rw-r--r-- | local.scss | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -82,11 +82,9 @@ 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; - } + @media screen and (max-width: 480px) { + background-position: 2%; + background-size: 96%; } } |