diff --git a/src/features/MatchPage/styled.tsx b/src/features/MatchPage/styled.tsx index 3333d559..07344844 100644 --- a/src/features/MatchPage/styled.tsx +++ b/src/features/MatchPage/styled.tsx @@ -45,15 +45,15 @@ export const Container = styled.div` ${isMobileDevice ? css` + width: 100%; max-width: 100%; margin-right: 0; padding: 0; margin-bottom: 15px; min-height: 32vh; - + @media screen and (orientation: landscape){ display: block; - width: 100%; margin-bottom: 0; } `