Skip to content

Commit

Permalink
adding padding on top for larger devices.
Browse files Browse the repository at this point in the history
  • Loading branch information
princekhunt committed Mar 16, 2024
1 parent 6ee3066 commit 2c049b4
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions assets/css/registration/registration_home.css
Original file line number Diff line number Diff line change
Expand Up @@ -104,21 +104,20 @@ html {
flex-direction: column;
background-color: #f0f0f0;
font-family: "Nunito", sans-serif;
overflow: hidden;
}

.container {
text-align: center;
margin-top: 12%;
}

.logo {
/* center vertical and horizontal */
margin: auto;
display: block;

margin-top: 8%;

max-width: 45%;
max-height: 45%;
max-width: 50%;
max-height: 50%;
}

.buttons {
Expand Down

0 comments on commit 2c049b4

Please sign in to comment.