From 0d3d369ca22fc1016746d6528daf0014998d7a59 Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Thu, 4 Jun 2020 14:44:22 +0200 Subject: fix logo size and margins; increase @media break point --- logo.png | Bin 0 -> 21780 bytes style.scss | 8 ++++---- 2 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 logo.png diff --git a/logo.png b/logo.png new file mode 100644 index 0000000..eb08d72 Binary files /dev/null and b/logo.png differ diff --git a/style.scss b/style.scss index 05e3df6..a17a242 100644 --- a/style.scss +++ b/style.scss @@ -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; } } -- cgit v1.2.3