new changes

This commit is contained in:
Mamalizz
2024-12-26 20:50:54 +03:30
parent 88b20650c4
commit 154df23dbb
@@ -25,7 +25,7 @@ const onSwiper = (swiper: SwiperClass) => {
</script>
<template>
<div class="w-full flex flex-col gap-[4rem] py-[5rem] container">
<section class="w-full flex flex-col gap-[4rem] py-[5rem] container">
<div class="w-full flex justify-between items-center">
<span class="text-black typo-h-3">
{{ title }}
@@ -89,7 +89,7 @@ const onSwiper = (swiper: SwiperClass) => {
...
</Swiper>
</div>
</div>
</section>
</template>
<style scoped></style>