diff --git a/stylesheetV2.css b/stylesheetV2.css index c430fb1..309e2c5 100644 --- a/stylesheetV2.css +++ b/stylesheetV2.css @@ -49,8 +49,8 @@ body { align-content: flex-start; } .container{ - width: 75px; - height: 75px; + width: 65px; + height: 65px; margin: 15px; } diff --git a/todo.css b/todo.css index 8e9a9b2..3dc7870 100644 --- a/todo.css +++ b/todo.css @@ -61,7 +61,8 @@ input{ font-family: 'Pixel', sans-serif; font-size: 14px; display: block; - max-height: 25px; + max-height: 15px; + } .deleteButton{