diff --git a/src/App.css b/src/App.css index 683b67f..58cab2e 100644 --- a/src/App.css +++ b/src/App.css @@ -147,8 +147,9 @@ width: 150px; } .todo-list-title { - font-size: 15px; - max-width: 77%; + /* Disable Auto Zoom in Input “Text” tag - Safari on iPhone */ + font-size: 16px; + max-width: 80%; } .todo-create-input { appearance: none; @@ -161,7 +162,7 @@ padding: 4px 12px; font-size: 14px; margin-bottom: 0px; - min-width: 70px; + min-width: 63px; display: flex; align-items: center; justify-content: center;