From cf28a22e22c64b02bc375d62fa7c747ecaa2914d Mon Sep 17 00:00:00 2001 From: Nonimart Date: Thu, 4 Sep 2025 17:47:04 +0200 Subject: [PATCH] STYLE small adapatation on social buttons --- resources/css/components/post-header.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/css/components/post-header.css b/resources/css/components/post-header.css index da2ccc6..e7ab4b7 100644 --- a/resources/css/components/post-header.css +++ b/resources/css/components/post-header.css @@ -67,7 +67,7 @@ @apply flex flex-wrap gap-4 h-fit; &__button { - @apply bg-white text-carhop-green-700 px-6 md:px-8 lg:!py-4 font-normal rounded-full w-max flex items-center gap-2; + @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; &:hover { transform: scale(1.05);