From 04758bf4ee4de734ca0577843b42596fbbd54888 Mon Sep 17 00:00:00 2001 From: Kseninia Mikhaylova Date: Tue, 23 Jul 2024 11:06:26 +0300 Subject: [PATCH] justify calc --- assets/main.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/main.scss b/assets/main.scss index b76f327..2923943 100644 --- a/assets/main.scss +++ b/assets/main.scss @@ -285,7 +285,7 @@ button { } &-item { - @apply flex flex-row gap-4 items-center justify-center flex-wrap xl:flex-nowrap; + @apply flex flex-row gap-4 items-center justify-start xl:justify-center flex-wrap xl:flex-nowrap; label { @apply w-full xl:w-auto;