Center login view elements on mobile
This commit is contained in:
@@ -154,4 +154,10 @@ onMounted(async () => {
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
@media (max-width: 576px) {
|
||||
.actions {
|
||||
align-items: unset;
|
||||
}
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user