@ -27,7 +27,6 @@ export const Wrapper = styled.div`
`
export const Container = styled.div`
//width: 100%;
min-width: 83%;
max-height: 896px;
display: flex;
@ -35,7 +35,6 @@ type TContainer = {
}
export const Container = styled.div<TContainer>`
//width: 320px;
padding: 14px 10px 0 14px;
height: 96%;
max-height: calc(100vh - 130px);