This commit is contained in:
Kirill
2026-05-27 16:52:51 +05:00
parent 73f85f7439
commit 4eb93aac54
6 changed files with 10 additions and 10 deletions
@@ -43,7 +43,7 @@ function CatalogSliderInner({ slides }: { slides: CatalogSliderSlide[] }) {
position: 'relative',
width: '100%',
aspectRatio: { xs: '4/3', sm: '21/9' },
maxHeight: { xs: 320, sm: 400 },
maxHeight: { xs: 400, sm: 500 },
bgcolor: 'action.hover',
}}
>