From 888030bb9995df16df54d52eabde50968905a0fd Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Thu, 14 Mar 2019 20:22:48 +0100 Subject: [PATCH] Logo position in the corner when in the portal --- portal/assets/css/ynh-style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/portal/assets/css/ynh-style.css b/portal/assets/css/ynh-style.css index 0e025df..544fc18 100644 --- a/portal/assets/css/ynh-style.css +++ b/portal/assets/css/ynh-style.css @@ -140,6 +140,7 @@ img { .logged .ynh-logo { position: fixed; width: 5em; + height: 5em; bottom: 20px; right: 20px; z-index: 0;