Skip to content

Commit

Permalink
changed register and login page to 100vh
Browse files Browse the repository at this point in the history
  • Loading branch information
fulanii committed Dec 18, 2024
1 parent bdd1c51 commit d0f252e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion static/auto_app/css/pages/login.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#login {
height: 50vh;
height: 100vh;
display: flex;
flex-direction: column;
justify-content: center;
Expand Down
2 changes: 1 addition & 1 deletion static/auto_app/css/pages/register.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#register {
height: 50vh;
height: 100vh;
display: flex;
flex-direction: column;
justify-content: center;
Expand Down

0 comments on commit d0f252e

Please sign in to comment.