summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2017-08-29 23:30:57 +0200
committerSiri Reiter <siri@jones.dk>2017-08-29 23:30:57 +0200
commit920e79938ea71e01b0f0e758f6a3fcae3061401b (patch)
tree32f2fff15697d4a6467d30a89679518c3719d917
parent735dcc8766f169b78c72a671535e317a5a5494ce (diff)
Fix responsive branding-logo. Remove farbar max width.
-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;