changed some style

This commit is contained in:
Mamalizz
2025-03-22 16:19:56 +03:30
parent ffa2e4c6d6
commit 395911909b
@@ -33,7 +33,7 @@ const onSwiper = (swiper: SwiperClass) => {
</script>
<template>
<section class="w-full flex flex-col gap-10 md:gap-[4rem]">
<section class="w-full flex flex-col gap-10 md:gap-[4rem] lg:container">
<div class="w-full flex justify-between items-center max-lg:container">
<span class="text-black typo-h-6 md:typo-h-5 lg:typo-h-4">
{{ title }}
@@ -91,11 +91,11 @@ const onSwiper = (swiper: SwiperClass) => {
:breakpoints="{
640: {
centeredSlides: true,
slidesPerView: 2.5,
slidesPerView: 3,
},
1024: {
centeredSlides: false,
slidesPerView: 3,
slidesPerView: 4,
},
}"
>