style(#in516): landing style fix

pull/168/head
Farber Denis 3 years ago
parent 27f7c3f092
commit a93f2e4c6c
  1. 7
      src/features/Landings/styled.tsx

@ -182,6 +182,7 @@ export const SliderImg = styled.img<SliderImgProps>`
100% { 100% {
transform: scale(1.1); transform: scale(1.1);
} }
}
` `
export const SliderSwitch = styled.div` export const SliderSwitch = styled.div`
@ -276,9 +277,10 @@ export const TournamentTitle = styled.div`
` `
export const TournamentButton = styled(ButtonSolid)<ButtonProps>` export const TournamentButton = styled(ButtonSolid)<ButtonProps>`
width: 320px; min-width: 320px;
width: fit-content;
height: fit-content; height: fit-content;
font-size: 1.13rem;; font-size: 1.13rem;
font-weight: 600; font-weight: 600;
border-radius: 5px; border-radius: 5px;
margin-bottom: 4.25rem; margin-bottom: 4.25rem;
@ -290,6 +292,7 @@ export const TournamentButton = styled(ButtonSolid)<ButtonProps>`
${isMobileDevice ${isMobileDevice
? css` ? css`
width: 100%; width: 100%;
min-width: 100%;
font-size: 17px; font-size: 17px;
padding: 10px 0; padding: 10px 0;
margin-bottom: 0; margin-bottom: 0;

Loading…
Cancel
Save