diff --git a/src/assets/css/components/ui/Marquee.scss b/src/assets/css/components/ui/Marquee.scss index 9883b05..6fd4dcd 100644 --- a/src/assets/css/components/ui/Marquee.scss +++ b/src/assets/css/components/ui/Marquee.scss @@ -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; } }