From 050469d33c6bec9a3e7ccf45ebc3c5906c5d2a2a Mon Sep 17 00:00:00 2001 From: Mamalizz Date: Tue, 8 Apr 2025 23:28:06 +0330 Subject: [PATCH] added mobile style --- frontend/assets/css/tailwind.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/assets/css/tailwind.css b/frontend/assets/css/tailwind.css index 465c6b0..476401d 100644 --- a/frontend/assets/css/tailwind.css +++ b/frontend/assets/css/tailwind.css @@ -15,7 +15,6 @@ } @theme { - /* COLORS */ --color-slate-50: hsl(210, 40%, 98%); --color-slate-100: hsl(210, 40%, 96%); @@ -304,7 +303,7 @@ } .vpd-input-group > label { - @apply !rounded-e-100; + @apply !rounded-e-sm lg:!rounded-e-100; } .vpd-main > .vpd-wrapper > .vpd-container {