Skip to content

Commit

Permalink
Merge pull request #59 from dump-hr/fix/submit-page-spacing
Browse files Browse the repository at this point in the history
fix submit page spacing
  • Loading branch information
bdeak4 authored Aug 30, 2023
2 parents 6a330e5 + cad4102 commit 0c484ff
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions frontend/src/pages/QuizPage/SubmitResult/index.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
width: 340px;
}
.ending__shape {
margin-top: -75px;
margin-top: -115px;
width: 340px;
}
.ending__score--score {
Expand Down Expand Up @@ -147,6 +147,7 @@
@media (max-width: 480px) {
.login-section__container {
height: 150%;
padding-top: 35px;
}
}
.login__inputs {
Expand Down Expand Up @@ -219,8 +220,13 @@
.login-input__input {
width: 120px;
}
.login-input-container {
.login-input__container {
flex-direction: column;
align-items: flex-start;
margin-bottom: 10px;
}
.login-input__input {
width: calc(100% - 24px);
}
.login-input__label {
margin-bottom: 10px;
Expand Down

0 comments on commit 0c484ff

Please sign in to comment.