Revert brands to old style

This commit is contained in:
marzban-dev
2025-05-31 15:29:25 +03:30
parent 3ec093b173
commit 110b33aeb7
+5 -5
View File
@@ -29,20 +29,20 @@ const brands = ref([
متون بلکه روزنامه و مجله در ستون و سطرآنچنان که
</p>
</div>
<div class="-rotate-z-2 z-20 w-[110%]">
<div class="-rotate-z-2 z-20 w-[110%] shadow-2xl shadow-black/7">
<Marquee
class="bg-black h-full"
class="bg-blue-500 h-full"
:clone="true"
dir="ltr"
:duration="3"
>
<div class="flex items-center gap-12 sm:gap-20 px-6 sm:px-10 h-[90px] sm:h-[140px]">
<div class="text-[30px] lg:text-[40px] mt-2 text-white whitespace-nowrap font-semibold opacity-85">
<div class="text-[30px] text-white lg:text-[40px] mt-2 whitespace-nowrap font-semibold opacity-85">
HEYMLZ
</div>
<NuxtImg
src="/img/heymlz/heymlz-logo.png"
class="h-[25px] sm:h-[45px] invert opacity-85"
class="h-[25px] sm:h-[45px] invert"
/>
</div>
</Marquee>
@@ -63,7 +63,7 @@ const brands = ref([
>
<NuxtImg
:src="brand"
class="h-[25px] sm:h-[45px]"
class="h-[25px] sm:h-[45px] grayscale opacity-25"
/>
</div>
</Marquee>