From 983946d182314d2f67f85e4a9300e2de4b4610bb Mon Sep 17 00:00:00 2001 From: erdgeist Date: Tue, 9 Aug 2016 01:32:13 +0200 Subject: remove padding from select boxes --- style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/style.css b/style.css index a973089..5a6a749 100644 --- a/style.css +++ b/style.css @@ -304,12 +304,11 @@ select.zeit { } select { - height: 2em; + height: 4em; text-align: center; font-size: 13pt; font-weight: 300; border-radius: 4px; - padding: 16px 32px; } #wrapper.step1 .block-step1 .juice, -- cgit v1.2.3