Style the authentication page for mobile

This commit is contained in:
Savanni D'Gerinel 2023-10-26 00:03:49 -04:00
parent a403c1b1b3
commit 07b8bb7bfe
1 changed files with 11 additions and 0 deletions

View File

@ -29,6 +29,7 @@ body {
justify-content: center;
align-items: center;
height: 200px;
margin: 8px;
}
.authentication-form {
@ -133,6 +134,16 @@ body {
.authentication-form {
width: 100%;
display: flex;
flex-direction: column;
}
.authentication-form__input {
font-size: x-large;
}
.authentication-form__button {
font-size: x-large;
}
.upload-form__selector {