STYLE small adapatation on social buttons
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Nonimart 2025-09-04 17:47:04 +02:00
parent 0040c76b3f
commit cf28a22e22

View File

@ -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);