From e9297812ef3e291e7a974384eef87d74ad34efd8 Mon Sep 17 00:00:00 2001 From: plebbitor Date: Sun, 12 Mar 2023 22:20:21 +0100 Subject: [PATCH] fix margin --- src/components/styles/Board.styled.jsx | 4 ++++ 1 file changed, 4 insertions(+) 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':