Center login view elements on mobile
This commit is contained in:
@@ -127,6 +127,7 @@ defineProps({
|
||||
@media (max-width: 576px) {
|
||||
.public-page-layout-mobile-logo {
|
||||
display: block;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.public-page-layout-right {
|
||||
@@ -139,6 +140,7 @@ defineProps({
|
||||
padding-right: 20px;
|
||||
justify-content: start;
|
||||
flex-basis: unset;
|
||||
text-align: center;
|
||||
gap: 20px;
|
||||
}
|
||||
|
||||
@@ -147,4 +149,10 @@ defineProps({
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 576px) {
|
||||
.actions {
|
||||
align-items: unset;
|
||||
}
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user