diff --git a/src/features/Landings/styled.tsx b/src/features/Landings/styled.tsx index 9cee03a1..c70d530b 100644 --- a/src/features/Landings/styled.tsx +++ b/src/features/Landings/styled.tsx @@ -182,6 +182,7 @@ export const SliderImg = styled.img` 100% { transform: scale(1.1); } + } ` export const SliderSwitch = styled.div` @@ -276,9 +277,10 @@ export const TournamentTitle = styled.div` ` export const TournamentButton = styled(ButtonSolid)` - width: 320px; + min-width: 320px; + width: fit-content; height: fit-content; - font-size: 1.13rem;; + font-size: 1.13rem; font-weight: 600; border-radius: 5px; margin-bottom: 4.25rem; @@ -290,6 +292,7 @@ export const TournamentButton = styled(ButtonSolid)` ${isMobileDevice ? css` width: 100%; + min-width: 100%; font-size: 17px; padding: 10px 0; margin-bottom: 0;