fix: styling improvements

This commit is contained in:
Andy Burke 2026-03-03 20:32:45 -08:00
parent 2d12104875
commit 7977fe9ea7
5 changed files with 1289 additions and 1312 deletions

View file

@ -17,19 +17,9 @@
}
#auth-container {
width: 95%;
max-height: calc(min(90vh,900px));
border-radius: 10px;
position: relative;
background: var(--bg-lighter);
max-width: 40em;
margin: 0 auto;
border-radius: calc( var(--border-radius) * 2.5);
padding: 2em 1em;
padding: 8em 4em;
overflow-y: scroll;
transition: all 0.33s ease;
animation: zoomsettle 0.4s ease;
}
#signup-tab,