From fa9c57ad8ed59758b60c64dd6bb8c7082045ca5c Mon Sep 17 00:00:00 2001
From: Siri Reiter <siri@jones.dk>
Date: Thu, 4 Jun 2020 14:18:29 +0200
Subject: fix and simplify logo conditional styling

---
 style.scss | 11 ++---------
 1 file 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%;
 	}
 }
 
-- 
cgit v1.2.3