From bbb7f810d1caa56cee76892b99da6c3a8fb6164f Mon Sep 17 00:00:00 2001 From: davidwells Date: Wed, 13 Jun 2018 17:06:32 -0700 Subject: [PATCH] checkbox margin --- src/App.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/App.css b/src/App.css index 3e08a19..201df7b 100644 --- a/src/App.css +++ b/src/App.css @@ -36,7 +36,7 @@ flex-grow: 1; position: relative; z-index: 2; - margin-left: 40px; + margin-left: 45px; width: 470px; } .todo-list-title:hover span[contenteditable="false"]:before { @@ -60,6 +60,7 @@ /* Disable Auto Zoom in Input “Text” tag - Safari on iPhone */ font-size: 16px; max-width: 80%; + margin-left: 40px; } .todo-create-input { appearance: none;