This commit is contained in:
MuslemRahimi 2024-11-29 14:08:06 +01:00
parent b0b07269a0
commit 46c0396c2c

View File

@ -1363,7 +1363,7 @@
</div> </div>
<div <div
class="w-full m-auto border-b border-gray-600 mt-16 mb-10" class="w-full m-auto border-b border-gray-600 mt-10 mb-5"
></div> ></div>
<div class=" text-white"> <div class=" text-white">
@ -1380,7 +1380,7 @@
class="group relative z-[1] rounded-full w-1/2 min-w-24 md:w-auto px-5 py-1" class="group relative z-[1] rounded-full w-1/2 min-w-24 md:w-auto px-5 py-1"
> >
<span <span
class="relative text-sm block font-semibold" class="relative text-sm sm:text-[1rem] block font-semibold"
> >
{item.title} {item.title}
<svg <svg
@ -1408,7 +1408,7 @@
></div> ></div>
{/if} {/if}
<span <span
class="relative text-sm block font-semibold {activeIdx === class="relative text-sm sm:text-[1rem] block font-semibold {activeIdx ===
i i
? 'text-black' ? 'text-black'
: 'text-white'}" : 'text-white'}"