summaryrefslogtreecommitdiff
path: root/local.scss
diff options
context:
space:
mode:
Diffstat (limited to 'local.scss')
-rw-r--r--local.scss7
1 files changed, 6 insertions, 1 deletions
diff --git a/local.scss b/local.scss
index 20a1efb..07ed492 100644
--- a/local.scss
+++ b/local.scss
@@ -100,6 +100,12 @@ div#branding-logo {
width: 50%;
}
}
+ @media screen and (max-width: 480px) {
+ img {
+ max-width: 96%;
+ height: auto;
+ }
+ }
}
div#branding-tagline {
@@ -236,7 +242,6 @@ div.farbar {
margin-left: -23%;
background-color: $accent-light;
width: 20%;
-// max-width: 300px;
padding: 1%;
@media print {
@include h5bp-hidden;