diff --git a/src/features/MatchPage/styled.tsx b/src/features/MatchPage/styled.tsx index 8e73e154..c84b7506 100644 --- a/src/features/MatchPage/styled.tsx +++ b/src/features/MatchPage/styled.tsx @@ -27,7 +27,6 @@ export const Wrapper = styled.div` ` export const Container = styled.div` - //width: 100%; min-width: 83%; max-height: 896px; display: flex; diff --git a/src/features/MatchSidePlaylists/styled.tsx b/src/features/MatchSidePlaylists/styled.tsx index 647111c4..1a08388b 100644 --- a/src/features/MatchSidePlaylists/styled.tsx +++ b/src/features/MatchSidePlaylists/styled.tsx @@ -35,7 +35,6 @@ type TContainer = { } export const Container = styled.div` - //width: 320px; padding: 14px 10px 0 14px; height: 96%; max-height: calc(100vh - 130px);