diff options
-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%; } } |