Skip to content

Commit

Permalink
modified login form sizing
Browse files Browse the repository at this point in the history
  • Loading branch information
Tejas Zambre committed Jun 1, 2020
1 parent cb8110d commit ce4fdb0
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions app/assets/stylesheets/custom.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
.main{
height: 100vh;
display: grid;
grid-template-rows: 20% 40%;
grid-template-rows: 20% 50%;
}

#login-form{
Expand All @@ -32,9 +32,9 @@

.login-button{
width: 100%;
margin-top: 10%;
height: 110px;
font-size: 4rem;
margin-top: 8%;
height: 7vh;
font-size: 3rem;
border-radius: 60px;
border: white 1px solid;
background-color: rgba(90, 80, 230, 1);
Expand All @@ -51,6 +51,7 @@

.login-input{
border-radius: 60px !important;
height: 7vh;
border: white 1px solid;
}

Expand Down

0 comments on commit ce4fdb0

Please sign in to comment.