diff options
author | Siri Reiter <siri@jones.dk> | 2020-06-04 14:18:29 +0200 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2020-06-04 14:18:29 +0200 |
commit | fa9c57ad8ed59758b60c64dd6bb8c7082045ca5c (patch) | |
tree | 2484306c6068bf0e7a66d3bc69143fa3f0a244ca | |
parent | b85a367bd74f242034cab3699cc66dcff2688c5a (diff) |
fix and simplify logo conditional styling
-rw-r--r-- | style.scss | 11 |
1 files changed, 2 insertions, 9 deletions
@@ -18,20 +18,13 @@ h1 { } #branding-logo { - top: 75px; - width: 100%; - right: 2%; + width: 96%; + margin: 75px 2%; text-align: right; -} - - -.branding { @media screen and(min-width:790px) { z-index: -1; position: absolute; margin-top: 8em; - height: 100%; - width: 100%; } } |