Fix: User cards on login screen were not centered

This commit is contained in:
lscambo13
2024-12-15 19:24:45 +05:30
parent 2d1a030588
commit 69d44e326d

View File

@@ -79,7 +79,7 @@ border-radius: 1.25em !important;
justify-content: flex-start !important; justify-content: flex-start !important;
} */ } */
.vertical-wrap { .vertical-wrap:not(.centered) {
justify-content: flex-start !important; justify-content: flex-start !important;
} }