Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
DhruvalAnandkar authored Dec 7, 2024
1 parent ce27024 commit 3a5938b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Loginpage/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ body {
display: flex;
justify-content: center;
align-items: center;
height: 110vh;
min-height: 85vh;
margin: 0;
background-color: #f8f8f8;
flex-direction: column;
Expand Down Expand Up @@ -167,7 +167,7 @@ nav a:hover {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
height: 79vh;
}

.signin-box {
Expand Down

0 comments on commit 3a5938b

Please sign in to comment.