From 55c06f7c96c53798237f2cbdc64b0bdae0dcefa1 Mon Sep 17 00:00:00 2001 From: Max Date: Wed, 30 Nov 2016 15:19:16 -0500 Subject: [PATCH] changed some css --- stylesheetV2.css | 4 ++-- todo.css | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) 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{