From 9297bddb7e7b3a83fc8cbb4f474a8fcd732640fd Mon Sep 17 00:00:00 2001 From: Cade Scroggins Date: Sun, 31 Jan 2016 20:37:52 -0800 Subject: [PATCH] clean up css slightly --- index.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 32d738c..38cef20 100644 --- a/index.html +++ b/index.html @@ -23,6 +23,11 @@ text-align: center; } + input { + border: 0; + -webkit-appearance: none; + } + .wrapper { position: relative; top: 40%; @@ -40,12 +45,11 @@ } .search__text { - -webkit-appearance: none; + box-sizing: border-box; width: 100%; max-width: 300px; padding: 0.75rem; background: #3F4A56; - border: 0; border-radius: 2px; color: #fff; font-size: 1.1rem;