From 70e27e53a1eb2e4f802015869e5ff381fdaecbf3 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Thu, 14 Mar 2019 17:38:28 +0100 Subject: [PATCH] Fix logo size --- portal/assets/css/ynh-style.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/portal/assets/css/ynh-style.css b/portal/assets/css/ynh-style.css index bb78fd5..2b3f362 100644 --- a/portal/assets/css/ynh-style.css +++ b/portal/assets/css/ynh-style.css @@ -128,17 +128,18 @@ img { /* Logo */ .logo { opacity: 0.7; - margin-top: 4%; + margin-top: 6em; width: 100%; - height: 10em; + height: 9em; background-image: url("../img/logo-ynh-white.svg"); background-repeat: no-repeat; background-position: center 100%; + background-size: contain; } .logged .logo { position: fixed; - width: 10em; + width: 5em; bottom: 20px; right: 20px; z-index: 0;