summaryrefslogtreecommitdiff
path: root/local.scss
diff options
context:
space:
mode:
Diffstat (limited to 'local.scss')
-rw-r--r--local.scss8
1 files changed, 3 insertions, 5 deletions
diff --git a/local.scss b/local.scss
index a9a8d2f..20a1efb 100644
--- a/local.scss
+++ b/local.scss
@@ -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%;
}
}