minor UI fixes

This commit is contained in:
sairaj mote 2022-11-25 17:45:18 +05:30
parent c2a7b73487
commit b5a2980e7a
3 changed files with 5 additions and 2 deletions

View File

@ -745,6 +745,8 @@ ol li::before {
#sign_up {
justify-items: center;
align-content: center;
padding: 1.5rem;
margin: 0;
}
#sign_in section,
#sign_up section {

2
css/main.min.css vendored

File diff suppressed because one or more lines are too long

View File

@ -764,7 +764,8 @@ ol {
#sign_up {
justify-items: center;
align-content: center;
padding: 1.5rem;
margin: 0;
section {
margin-top: -8rem;
width: min(26rem, 100%);