changing duration

This commit is contained in:
2022-08-21 15:35:32 +01:00
parent f37c09cc2c
commit 6aa34ffadd

View File

@ -14,7 +14,7 @@ const headings = [
<div class="w-full max-w-4xl h-full gap-2 flex justify-between"> <div class="w-full max-w-4xl h-full gap-2 flex justify-between">
{headings.map((h) => ( {headings.map((h) => (
<div class="flex justify-center items-center"> <div class="flex justify-center items-center">
<a href={h.url} class="text-2xl text-snow-storm-300 cursor-pointer hover:text-3xl transition-all"> <a href={h.url} class="text-2xl text-snow-storm-300 cursor-pointer hover:text-3xl transition-all duration-500">
{h.name} {h.name}
</a> </a>
</div> </div>