Skip to content

Commit

Permalink
minor styling change
Browse files Browse the repository at this point in the history
  • Loading branch information
ksentak committed Feb 6, 2021
1 parent 6b986ae commit 4871d7a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ h1 {

.App {
height: 75vh;
margin-top: 25vh;
margin-top: 15vh;
}

form {
Expand Down Expand Up @@ -85,3 +85,10 @@ form {
color: var(--dark) !important;
border: 2px solid var(--green);
}

@media (max-width: 768px) {
.submit-message {
width: 125px;
margin-left: 200px;
}
}

0 comments on commit 4871d7a

Please sign in to comment.