Skip to content

Commit

Permalink
Adjust styling
Browse files Browse the repository at this point in the history
  • Loading branch information
bustinbung committed Feb 3, 2020
1 parent c1bd3a5 commit 8634d75
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ form {

content {
display: grid;
grid-template-rows: 5vw 85vw;
justify-content: center;
grid-template-rows: 5vw auto;
grid-template-columns: 20vw 35vw 35vw;
margin: auto;
}
Expand Down Expand Up @@ -75,7 +76,8 @@ input {
padding: 5px;
background-color: #154e50;
border: 1px solid white;
width: 10%;
width: 15%;
text-align: center;
}
label {
padding: 10px;
Expand Down

0 comments on commit 8634d75

Please sign in to comment.