diff --git a/src/components/styles/Board.styled.jsx b/src/components/styles/Board.styled.jsx index ec89e3a9..619afc5e 100644 --- a/src/components/styles/Board.styled.jsx +++ b/src/components/styles/Board.styled.jsx @@ -608,6 +608,10 @@ export const PostFormTable = styled.table` margin-left: auto; margin-right: auto; + @media (max-width: 480px) { + margin-bottom: 20px; + } + ${({ selectedStyle }) => { switch (selectedStyle) { case 'Yotsuba':