FIX enlarging min size for social-buttons container
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Nonimart 2025-09-17 17:38:40 +02:00
parent 965a98e807
commit d581eab9db

View File

@ -76,7 +76,7 @@
.socials-buttons { .socials-buttons {
@apply flex flex-wrap justify-end gap-4 h-fit; @apply flex flex-wrap justify-end gap-4 h-fit;
min-width: 470px; min-width: 550px;
&__button { &__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; @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; transition: transform 0.3s ease-in-out;