finish styling for change password page

This commit is contained in:
2026-03-31 21:15:26 -04:00
parent ffcaee7170
commit 939a55c44b
5 changed files with 19 additions and 7 deletions

View File

@@ -6,11 +6,6 @@
}
#login_card {
/* The Magic Three */
display: flex;
flex-direction: column; /* Stack vertically */
gap: 15px; /* Space between inputs */
position: fixed;
top: 50%;
left: 50%;