From eb39e8cfeeec4678de5834d9337ec865a3cd5927 Mon Sep 17 00:00:00 2001 From: davidwells Date: Tue, 12 Jun 2018 17:00:29 -0700 Subject: [PATCH] max width title on mobile --- src/App.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.css b/src/App.css index 8494b26..de7b57d 100644 --- a/src/App.css +++ b/src/App.css @@ -143,6 +143,7 @@ } .todo-list-title { font-size: 15px; + max-width: 77%; } .todo-create-input { margin-bottom: 15px;