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 */
:not(.logged) .content {
padding: 0%;
width: 21em;
.content {
padding: 0;
width: var(--box-width);
}
:not(.logged) > .ynh-logo{