From 29adc0662e303bdb8cd314a0aa5c925dd1f12af4 Mon Sep 17 00:00:00 2001 From: davidwells Date: Tue, 12 Jun 2018 21:56:19 -0700 Subject: [PATCH] update mobile logo --- src/App.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/App.css b/src/App.css index de7b57d..aacab93 100644 --- a/src/App.css +++ b/src/App.css @@ -133,10 +133,12 @@ } .app-logo { height: 60px; - margin-right: 10px; + margin-right: 20px; + animation: none; } .deploy-button-wrapper { - margin-left: 70px; + margin-left: 80px; + margin-top: 5px; } .deploy-button { width: 150px; @@ -148,6 +150,8 @@ .todo-create-input { margin-bottom: 15px; border: 1px solid rgba(120, 130, 152, 0.25); + /* Disable Auto Zoom in Input “Text” tag - Safari on iPhone */ + font-size: 16px; } .view-src { display: none;