fix login
Some checks are pending
Deploy to Pages / Build (push) Waiting to run
Deploy to Pages / Deploy (push) Blocked by required conditions

This commit is contained in:
Henry Hiles 2025-08-03 17:07:31 -04:00
commit 4717a44f56
No known key found for this signature in database

View file

@ -3,10 +3,9 @@ body {
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
& main > form { & main form {
& * { & * {
display: block; display: block;
max-width: 40rem; max-width: 40rem;
width: 100%; width: 100%;
} }