@@ -24,6 +24,7 @@ export const ModalWrapper = styled.div`
export const ModalInnerWrapper = styled.div`
min-width: 440px;
+ max-width: 70%;
width: fit-content;
animation: ${appearAnimation} 220ms ease-in-out;
`;