summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 {