diff options
author | Siri Reiter <siri@jones.dk> | 2020-06-04 14:44:22 +0200 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2020-06-04 14:44:48 +0200 |
commit | 0d3d369ca22fc1016746d6528daf0014998d7a59 (patch) | |
tree | aaac602dada63b8c87c4ab73a43f6c6b3314a068 /style.scss | |
parent | fa9c57ad8ed59758b60c64dd6bb8c7082045ca5c (diff) |
fix logo size and margins; increase @media break point
Diffstat (limited to 'style.scss')
-rw-r--r-- | style.scss | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -18,13 +18,13 @@ h1 { } #branding-logo { - width: 96%; - margin: 75px 2%; + width: 94%; + margin: 2em 3% 0; text-align: right; - @media screen and(min-width:790px) { + @media screen and(min-width:1550px) { z-index: -1; position: absolute; - margin-top: 8em; + margin-top: 10em; } } |