Update App.css

This commit is contained in:
Payam Mousavi 2018-10-12 12:32:52 +11:00 committed by GitHub
parent 253ac00c49
commit 0d86f5efaf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,7 +59,7 @@ input[placeholder] {
.container {
width: 40%;
height: 700px;
height: 400px;
position: relative;
margin: 0 auto;
border-radius: 5px;
@ -79,7 +79,7 @@ input[placeholder] {
.inputContainer .taskInput {
padding: 10px;
width: 100%;
border-radius: 5px;
border-radius: 25px;
box-sizing: border-box;
}