Update App.css
This commit is contained in:
parent
253ac00c49
commit
0d86f5efaf
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue