style(services): adjust card width in services component
This commit is contained in:
@@ -38,7 +38,7 @@ export const Services: React.FC<ServicesProps> = ({ services }) => {
|
|||||||
<SimpleSwiper ref={swiperRef}>
|
<SimpleSwiper ref={swiperRef}>
|
||||||
{selectedService.charachteristics?.map((charachteristic, index) => (
|
{selectedService.charachteristics?.map((charachteristic, index) => (
|
||||||
<SwiperSlide
|
<SwiperSlide
|
||||||
className="aspect-3/4 !h-auto w-full max-w-[262px] md:max-w-[320px]"
|
className="aspect-3/4 !h-auto w-full max-w-[280px] md:max-w-[320px]"
|
||||||
key={index}
|
key={index}
|
||||||
>
|
>
|
||||||
<CharachteristicCard
|
<CharachteristicCard
|
||||||
|
|||||||
Reference in New Issue
Block a user