From 4bacc3a0ce4d4174fe0e4b28ac62585155133d03 Mon Sep 17 00:00:00 2001 From: Artus Date: Wed, 26 Jun 2019 14:28:54 +0200 Subject: [PATCH] small fix --- mystic_forest/custom_portal.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mystic_forest/custom_portal.css b/mystic_forest/custom_portal.css index 76f3c51..738a04e 100644 --- a/mystic_forest/custom_portal.css +++ b/mystic_forest/custom_portal.css @@ -64,7 +64,10 @@ .user-container { background-color: var(--primary-color); max-width: var(--box-width); - margin-left: calc((var(--logo-width) - 21em) / 2); + margin-left: calc( + (var(--logo-width) - var(--box-width)) + / 2 + ); } .apps {