From 34375027c2e6f7e6b75a22ff472e4fef0c90b662 Mon Sep 17 00:00:00 2001 From: davidwells Date: Tue, 12 Jun 2018 16:58:41 -0700 Subject: [PATCH] mobile border --- src/App.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/App.css b/src/App.css index f8a74b4..8494b26 100644 --- a/src/App.css +++ b/src/App.css @@ -145,7 +145,8 @@ font-size: 15px; } .todo-create-input { - margin-bottom: 15px; + margin-bottom: 15px; + border: 1px solid rgba(120, 130, 152, 0.25); } .view-src { display: none;