Style fix

Login block now centered on page instead of same place as  with sidebar
This commit is contained in:
2026-05-29 09:37:25 +02:00
parent f96db06a33
commit bec2a8a451

View File

@@ -37,3 +37,7 @@
transform: scale(1.05); transform: scale(1.05);
} }
} }
.content.login {
margin: 0;
}