margin -x for words
This commit is contained in:
parent
0ed8de0580
commit
643d79be57
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user