removed unnecessary css

This commit is contained in:
Kim, Jimin 2021-12-21 16:27:36 +09:00
parent 95047c5f10
commit 06142518cf

View file

@ -10,7 +10,6 @@ export const mainContentCSS = css`
@media screen and (max-width: ${theming.size.screen_size1}) { @media screen and (max-width: ${theming.size.screen_size1}) {
width: auto; width: auto;
margin: 1rem; margin: 1rem;
margin-top: 3rem;
} }
` `