From 0e44fb34c09edfae98b5ef0b340d6fc062d22123 Mon Sep 17 00:00:00 2001 From: Lars van Hijfte Date: Thu, 12 Jan 2017 14:32:39 +0100 Subject: [PATCH] removed padding in input search --- website/styles/header.css | 1 - 1 file changed, 1 deletion(-) diff --git a/website/styles/header.css b/website/styles/header.css index d0c9d43..ffeaab6 100644 --- a/website/styles/header.css +++ b/website/styles/header.css @@ -26,7 +26,6 @@ header { } #header-search input[type="text"] { - padding: 0 5px; border-top-left-radius: 3px; border-bottom-left-radius: 3px; }