summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2020-06-04 14:18:29 +0200
committerSiri Reiter <siri@jones.dk>2020-06-04 14:18:29 +0200
commitfa9c57ad8ed59758b60c64dd6bb8c7082045ca5c (patch)
tree2484306c6068bf0e7a66d3bc69143fa3f0a244ca
parentb85a367bd74f242034cab3699cc66dcff2688c5a (diff)
fix and simplify logo conditional styling
-rw-r--r--style.scss11
1 files changed, 2 insertions, 9 deletions
diff --git a/style.scss b/style.scss
index 962b5d5..05e3df6 100644
--- a/style.scss
+++ b/style.scss
@@ -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%;
}
}