init
All checks were successful
Deploy / build (push) Successful in 50s

This commit is contained in:
alsaze
2025-12-09 13:28:22 +03:00
parent fb6df88366
commit 2fdeeb3520

View File

@@ -1,6 +1,11 @@
<template> <template>
<UFooter class="border-t border-gray-200 mt-10"> <UFooter
<div class="w-full max-w-7xl mx-auto py-10 px-4 grid grid-cols-1 md:grid-cols-3 gap-10 text-sm"> class="border-t border-gray-200 mt-10"
:ui="{
center: 'w-full',
}"
>
<div class="w-full py-6 grid grid-cols-1 md:grid-cols-3 gap-10 text-sm">
<div id="footer-contacts"> <div id="footer-contacts">
<h3 class="font-semibold text-base mb-3"> <h3 class="font-semibold text-base mb-3">
Контакты Контакты
@@ -48,11 +53,3 @@
</div> </div>
</UFooter> </UFooter>
</template> </template>
<script setup lang="ts">
</script>
<style scoped lang="scss">
</style>