We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 842f300 + 0646e60 commit 873ef35Copy full SHA for 873ef35
src/custom/Carousel/style.tsx
@@ -17,18 +17,19 @@ export const CarouselButton = styled('button')(({ theme }) => ({
17
color: '#fff'
18
},
19
'&:first-of-type': {
20
- left: '-1.2rem'
+ left: '-0.5rem'
21
22
'&:last-of-type': {
23
- right: '-1.2rem'
+ right: '-0.5rem'
24
}
25
}));
26
27
export const CarouselWrapper = styled('div')({
28
display: 'flex',
29
alignItems: 'center',
30
width: '100%',
31
- position: 'relative'
+ position: 'relative',
32
+ padding: '0 3rem'
33
});
34
35
export const CarouselContainer = styled('div')({
0 commit comments