Center login view elements on mobile

This commit is contained in:
Johannes Zellner
2025-10-10 17:16:50 +02:00
parent 767bfba670
commit 0871b416a7
2 changed files with 14 additions and 0 deletions

View File

@@ -154,4 +154,10 @@ onMounted(async () => {
font-size: 0.9em;
}
@media (max-width: 576px) {
.actions {
align-items: unset;
}
}
</style>