fix footer
All checks were successful
Deploy Application / deploy (push) Successful in 6s

This commit is contained in:
2025-06-14 10:07:02 +04:00
parent 7a815b00b4
commit 5a62633019

View File

@ -1,6 +1,6 @@
<template>
<footer class="mx-auto container max-2xl:pl-4">
<div class="relative z-10 max-w-[1280px] mx-auto">
<div class="relative z-50 max-w-[1280px] mx-auto">
<div class="flex space-x-5 xl:space-x-[51px] mb-5">
<UiNav :nav-content="footerNavigation" />
</div>