From f7cf4f4bcbf3810ef70ef514fbf98d65be31854e Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Thu, 18 Aug 2022 18:01:58 +0200 Subject: adjust responsive branding logo --- style.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/style.scss b/style.scss index dbe6fa3..9a81936 100644 --- a/style.scss +++ b/style.scss @@ -32,10 +32,14 @@ h1 { width: 94%; margin: 2em 3% 0; text-align: right; - @media screen and(min-width:1550px) { + @media screen and(min-width:900px) { z-index: -1; position: absolute; margin-top: 8em; + img { + max-width: 18%; + } + } } } -- cgit v1.2.3