From 5759f8c565d091a5015b66e6254aaf894df5e04b Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Thu, 31 Dec 2020 00:36:20 +0100 Subject: [PATCH] remove blue background of form --- styles/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/index.css b/styles/index.css index 3ac09e6..532504a 100644 --- a/styles/index.css +++ b/styles/index.css @@ -18,7 +18,7 @@ } .form { - @apply w-full bg-blue-50 p-6 rounded; + @apply w-full mt-6 p-6; } .fsw {