update it

This commit is contained in:
Sukchan Lee 2017-06-25 17:13:29 +09:00
parent 76e36cc5ee
commit 25ac87cdac
2 changed files with 6 additions and 1 deletions

View File

@ -13,7 +13,7 @@ const Wrapper = styled.div`
width: 300px;
${media.mobile`
width: calc(100% - 2rem);
width: calc(100vw - 2rem);
`}
`;

View File

@ -19,6 +19,11 @@ const Wrapper = styled.div`
background: white;
box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
${media.mobile`
width: 100vw;
height: 90vh;
`}
`
const schema = {