small fix

This commit is contained in:
2019-06-26 14:26:07 +02:00
parent 930566f3fb
commit e99b0f8384

View File

@@ -80,9 +80,9 @@
/* Styling specific to the login view */ /* Styling specific to the login view */
:not(.logged) .content { .content {
padding: 0%; padding: 0;
width: 21em; width: var(--box-width);
} }
:not(.logged) > .ynh-logo{ :not(.logged) > .ynh-logo{