fix margin

This commit is contained in:
plebbitor
2023-03-12 22:20:21 +01:00
parent d39ffd0544
commit e9297812ef
+4
View File
@@ -608,6 +608,10 @@ export const PostFormTable = styled.table`
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
@media (max-width: 480px) {
margin-bottom: 20px;
}
${({ selectedStyle }) => { ${({ selectedStyle }) => {
switch (selectedStyle) { switch (selectedStyle) {
case 'Yotsuba': case 'Yotsuba':