From e99b0f8384bc98455e5d0893f677a5ab6dc66eae Mon Sep 17 00:00:00 2001 From: Artus Date: Wed, 26 Jun 2019 14:26:07 +0200 Subject: [PATCH] small fix --- mystic_forest/custom_portal.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mystic_forest/custom_portal.css b/mystic_forest/custom_portal.css index 73dc12d..881d85e 100644 --- a/mystic_forest/custom_portal.css +++ b/mystic_forest/custom_portal.css @@ -80,9 +80,9 @@ /* Styling specific to the login view */ -:not(.logged) .content { - padding: 0%; - width: 21em; +.content { + padding: 0; + width: var(--box-width); } :not(.logged) > .ynh-logo{