From 3ccb83cadef4d62ae32d40c1cce3d58bd800b57b Mon Sep 17 00:00:00 2001 From: Arthur Danjou Date: Sun, 18 Apr 2021 15:38:39 +0200 Subject: [PATCH] Fix contact translation --- src/components/ContactForm.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ContactForm.vue b/src/components/ContactForm.vue index a38449e..192af7a 100644 --- a/src/components/ContactForm.vue +++ b/src/components/ContactForm.vue @@ -134,7 +134,7 @@ textarea:focus-within ~ label, textarea:not(:placeholder-shown) ~ label { } .first-input:focus-within ~ label, .first-input:not(:placeholder-shown) ~ label { - @apply transform scale-75 -translate-y-6 -translate-x-6; + @apply transform scale-75 -translate-y-6 -translate-x-5; } .second-input:focus-within ~ label, .second-input:not(:placeholder-shown) ~ label {