Skip to content

Commit

Permalink
Fix the height of the content
Browse files Browse the repository at this point in the history
  • Loading branch information
TaninDean committed May 15, 2023
1 parent 31c074f commit cb94a66
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/views/ConsentForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -131,12 +131,11 @@ Privacy Policy
flex-direction: column;
align-items: center;
justify-content: center;
height: 100vh;
padding: 20px;
}
.consentCheckbox {
margin-top: 10px;
height: 100%;
}
.submitButton {
Expand Down

0 comments on commit cb94a66

Please sign in to comment.