RESPONSIVE FIX to avoid breaking the main

This commit is contained in:
Antoine M 2025-09-03 13:11:00 +02:00
parent 0f47ea2c93
commit 7d3f33e290

View File

@ -136,8 +136,10 @@
/* opacity: 0.5; */ /* opacity: 0.5; */
top: 100px; top: 100px;
height: calc(100% - 150px); height: calc(100% - 150px);
transform: translateY(100px) translateX(-50%) perspective(800px) skewX(1deg) @screen lg {
rotateZ(-2deg) rotateY(-4deg) scaleX(1.98); transform: translateY(100px) translateX(-50%) perspective(800px) skewX(1deg)
rotateZ(-2deg) rotateY(-4deg) scaleX(1.98);
}
} }
&__title { &__title {
@apply text-base font-extrabold uppercase pb-8 tracking-widest nunito; @apply text-base font-extrabold uppercase pb-8 tracking-widest nunito;