fix: login/signup wall styling

This commit is contained in:
Andy Burke 2025-09-23 17:31:01 -07:00
parent cbd58071b8
commit 376b7fdc24
2 changed files with 7 additions and 1 deletions

View file

@ -30,9 +30,14 @@
margin: 0 auto;
}
#login-tab,
#signup-tab {
min-height: 22rem;
}
#signup-login-wall form {
width: 100%;
padding: 1.5rem;
padding: 1.5rem 1.5rem 0 1.5rem;
}
</style>

View file

@ -34,6 +34,7 @@
flex-direction: row;
justify-content: space-between;
align-items: flex-start;
min-height: inherit;
}
.tabs::before,