This commit is contained in:
@@ -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>
|
|
||||||
|
|||||||
Reference in New Issue
Block a user