fix: title size and spacing
This commit is contained in:
parent
2bf151c11d
commit
af72fdb2b8
2 changed files with 11 additions and 5 deletions
|
|
@ -32,10 +32,11 @@ export const Carousel = memo(({ photosData, slidePhoto }) => {
|
|||
style: {
|
||||
backgroundColor: 'transparent',
|
||||
borderRadius: 0,
|
||||
fontSize: 150
|
||||
width: 50,
|
||||
color: 'transparent',
|
||||
opacity: 1
|
||||
}
|
||||
}}
|
||||
className={classes.slideButtons}
|
||||
autoPlay={false}
|
||||
indicators={false}
|
||||
navButtonsAlwaysVisible={true}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue