From 9111c5fc120a9884cfa603bea5673bfeaab492cb Mon Sep 17 00:00:00 2001 From: Anthony Catel Date: Wed, 22 Mar 2023 14:49:11 +0100 Subject: [PATCH] Decrease margin --- src/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.css b/src/index.css index f5c5695..d568ae8 100644 --- a/src/index.css +++ b/src/index.css @@ -106,7 +106,7 @@ how to remove the virtical space around the range input in IE*/ .controls { outline: none; - @apply shadow-md rounded-md h-10 mt-4 border + @apply shadow-md rounded-md h-10 mt-1 border } #pac-input {