diff --git a/src/components/post-form/post-form.module.css b/src/components/post-form/post-form.module.css index e9563781..63e080ef 100644 --- a/src/components/post-form/post-form.module.css +++ b/src/components/post-form/post-form.module.css @@ -10,7 +10,6 @@ .postFormDesktop { font-size: var(--post-form-toggle-font-size); font-weight: var(--post-form-toggle-font-weight); - text-align: center; } .postFormMobile { @@ -170,6 +169,18 @@ .postFormMobile { display: none; } + + .postFormDesktop { + width: 468px; + margin-left: auto; + margin-right: auto; + text-align: left; + } + + .postFormTable { + margin-left: 0; + margin-right: 0; + } } .uploadButton button {