Skip to content

Commit

Permalink
allow multi lines
Browse files Browse the repository at this point in the history
  • Loading branch information
awlFCCamp committed Jun 19, 2024
1 parent dd5c057 commit 2266b1f
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions client/src/sass/AdminLogin.scss
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
.adminlogin-container {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
z-index: 1;
padding-top: 6vh;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
z-index: 1;
padding-top: 6vh;
}

.adminlogin-headers {
margin: 36px 0px;
margin: 36px 0px;
}

.adminlogin-warning {
width: 300px;
color: red;
width: 300px;
color: red;
height: 20px;
}

0 comments on commit 2266b1f

Please sign in to comment.