From af5be4bfab994d5b1c18789364263771e8698616 Mon Sep 17 00:00:00 2001 From: Margarita Date: Wed, 22 Feb 2023 12:39:30 +0400 Subject: [PATCH] feat(in-337): player width fix --- src/features/MatchPage/styled.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/features/MatchPage/styled.tsx b/src/features/MatchPage/styled.tsx index a0c1816f..921d44d8 100644 --- a/src/features/MatchPage/styled.tsx +++ b/src/features/MatchPage/styled.tsx @@ -28,7 +28,6 @@ export const Wrapper = styled.div` export const Container = styled.div` width: 100%; - max-width: 2090px; max-height: 896px; display: flex; flex-direction: column;