diff options
author | Siri Reiter <siri@jones.dk> | 2017-08-29 23:30:57 +0200 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2017-08-29 23:30:57 +0200 |
commit | 920e79938ea71e01b0f0e758f6a3fcae3061401b (patch) | |
tree | 32f2fff15697d4a6467d30a89679518c3719d917 /local.scss | |
parent | 735dcc8766f169b78c72a671535e317a5a5494ce (diff) |
Fix responsive branding-logo. Remove farbar max width.
Diffstat (limited to 'local.scss')
-rw-r--r-- | local.scss | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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; |