From a93f2e4c6c3d40b749e3300909afb5f5219e5f96 Mon Sep 17 00:00:00 2001 From: Farber Denis Date: Wed, 19 Apr 2023 14:41:36 +0300 Subject: [PATCH] style(#in516): landing style fix --- src/features/Landings/styled.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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;