From 0f2c92283654f89a2da6a773559aa5494631c6bc Mon Sep 17 00:00:00 2001 From: Aurelien Vaillant Date: Sat, 4 Apr 2020 18:14:27 +0200 Subject: [PATCH] Remove unused pseudo element and logo size (margin) --- custom_portal.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/custom_portal.css b/custom_portal.css index be26b3a..7b359e8 100644 --- a/custom_portal.css +++ b/custom_portal.css @@ -44,7 +44,8 @@ body { Main Setup ------------------------ */ #ynh-logo { - margin-top: 20%; + /*margin-top: 20%;*/ + margin-top: 30vh; width: 0; height: 0; } @@ -79,7 +80,7 @@ body { margin: 0; position: initial; } -.ynh-wrapper::after { +.ynh-wrapper::after, .ynh-wrapper::before { content: none; }