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 {