From b2ce3aadc9ef30ad8095be48d95fe333c5e80000 Mon Sep 17 00:00:00 2001 From: Nonimart Date: Wed, 17 Sep 2025 17:54:19 +0200 Subject: [PATCH] FIX Optimizing responsive --- resources/css/components/post-header.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/resources/css/components/post-header.css b/resources/css/components/post-header.css index 5d280e0..448724b 100644 --- a/resources/css/components/post-header.css +++ b/resources/css/components/post-header.css @@ -76,7 +76,10 @@ .socials-buttons { @apply flex flex-wrap justify-start xl:justify-end gap-4 h-fit shrink-0; - min-width: 570px; + @screen xl { + min-width: 570px; + } + &__button { @apply bg-white text-carhop-green-700 px-4 lg:px-6 md:px-8 !py-3 lg:!py-4 font-normal rounded-full w-max flex items-center gap-2; transition: transform 0.3s ease-in-out;