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}>
|
||||
{selectedService.charachteristics?.map((charachteristic, index) => (
|
||||
<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}
|
||||
>
|
||||
<CharachteristicCard
|
||||
|
||||
Reference in New Issue
Block a user