diff --git a/src/features/MatchesGrid/styled.tsx b/src/features/MatchesGrid/styled.tsx index 6e703cd9..a4c977a0 100644 --- a/src/features/MatchesGrid/styled.tsx +++ b/src/features/MatchesGrid/styled.tsx @@ -6,9 +6,9 @@ export const Wrapper = styled.ul` display: grid; grid-template-columns: repeat(6, 288px); grid-gap: 13px; - + @media ${devices.large} { - grid-template-columns: repeat(auto-fit, minmax(279px, 1fr )); + grid-template-columns: repeat(auto-fit, minmax(279px, 288px)); } @media ${devices.tablet} {