Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubham-Lal authored Jan 29, 2024
1 parent b1e1774 commit 10f3e3d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion client/src/pages/login/style.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
.login__container {
min-height: 100svh;
background-color: white;
}

.logo__container {
padding-top: 32px;
padding-bottom: 24px;
Expand Down Expand Up @@ -373,4 +378,4 @@
.warn_message {
display: flex;
}
}
}

0 comments on commit 10f3e3d

Please sign in to comment.