From 7408ff69f1946722905c3d78d3edd9dbf8e6a370 Mon Sep 17 00:00:00 2001 From: Esther Date: Mon, 22 Jun 2020 19:36:59 +0100 Subject: [PATCH] Actually fixed minor view error --- public/stylesheets/style.css | 12 +++++++----- public/stylesheets/style.sass | 8 +++++--- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index ed8889f..bd627db 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -109,7 +109,7 @@ footer { min-height: 100vh; } .logos-container { - width: 4rem; } + width: 3.5rem; } .logo { width: auto; @@ -185,15 +185,17 @@ footer { left: 50%; } @media only screen and (max-width: 575px) { + .logo { + height: 5rem; } + .logos-container { + width: 5rem; } .aaa { - min-height: 47vh !important; } + min-height: 40vh !important; } .aaaa { margin-top: 5vh !important; } .ef { max-height: none !important; - min-height: none !important; } - .logo { - height: 4rem; } } + min-height: none !important; } } @media only screen and (max-height: 815px) { .ef { diff --git a/public/stylesheets/style.sass b/public/stylesheets/style.sass index 409bc9a..6db2373 100644 --- a/public/stylesheets/style.sass +++ b/public/stylesheets/style.sass @@ -126,7 +126,7 @@ footer min-height: 100vh .logos-container - width: 4rem + width: 3.5rem .logo width: auto @@ -205,6 +205,10 @@ footer @media only screen and (max-width: 575px) + .logo + height: 5rem + .logos-container + width: 5rem .aaa min-height: 40vh !important .aaaa @@ -213,8 +217,6 @@ footer max-height: none !important min-height: none !important - .logo - height: 5rem @media only screen and (max-height: 815px) .ef