margin -x for words

This commit is contained in:
Antoine M 2024-05-08 14:32:02 +02:00
parent 0ed8de0580
commit 643d79be57

View File

@ -1,5 +1,5 @@
.marquee {
@apply w-screen bg-construction p-4 py-10 text-slate-900 text-zuume uppercase text-6xl xl:text-7xl font-bold;
@apply w-screen bg-construction p-4 py-10 text-black text-zuume uppercase text-6xl xl:text-7xl font-bold;
margin: 2rem calc(50% - 50vw) !important;
rotate: -2deg;
@ -13,7 +13,7 @@
animation: marquee 20s linear infinite;
}
span {
@apply text-zuume w-fit;
@apply text-zuume w-fit mx-4;
}
}