FIX Optimizing responsive
This commit is contained in:
parent
87dc84fdcc
commit
b2ce3aadc9
|
|
@ -76,7 +76,10 @@
|
||||||
|
|
||||||
.socials-buttons {
|
.socials-buttons {
|
||||||
@apply flex flex-wrap justify-start xl:justify-end gap-4 h-fit shrink-0;
|
@apply flex flex-wrap justify-start xl:justify-end gap-4 h-fit shrink-0;
|
||||||
|
@screen xl {
|
||||||
min-width: 570px;
|
min-width: 570px;
|
||||||
|
}
|
||||||
|
|
||||||
&__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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user