production #4

Merged
levis merged 18 commits from production into develop 2025-06-14 08:20:01 +00:00
40 changed files with 533 additions and 78 deletions
Showing only changes of commit 5a62633019 - Show all commits

View File

@ -1,6 +1,6 @@
<template> <template>
<footer class="mx-auto container max-2xl:pl-4"> <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"> <div class="flex space-x-5 xl:space-x-[51px] mb-5">
<UiNav :nav-content="footerNavigation" /> <UiNav :nav-content="footerNavigation" />
</div> </div>