i think i made changes
diff --git a/styles/clicksforms/form.module.css b/styles/clicksforms/form.module.css
index 16bebe1..cddb4f1 100644
--- a/styles/clicksforms/form.module.css
+++ b/styles/clicksforms/form.module.css
@@ -76,10 +76,10 @@
 }
 
 .errorContainer {
-	width: 100%;
-	height: 0px;
-	transition: 0.3s;
-	overflow: hidden;
+    width: 100%;
+    height: 0px;
+    transition: 0.3s;
+    overflow: hidden;
     margin-top: 5px;
     margin-bottom: 0;
 }
\ No newline at end of file