Skip to content

Commit

Permalink
test39
Browse files Browse the repository at this point in the history
  • Loading branch information
dedkovnd committed Mar 30, 2024
1 parent 37db4d3 commit 2062828
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions src/pages/login-page/login-page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,21 @@
}

.login-page {
width: 280px;
height: 390px;
display: flex;
flex-direction: column;
width: 280px;
height: 390px;
display: flex;
flex-direction: column;

&__content {
flex: 1;
}
&__content {
flex: 1;
}

&__input {
margin-top: 16px;
}
&__input {
margin-top: 16px;
}
}





Expand Down

0 comments on commit 2062828

Please sign in to comment.