diff --git a/src/pages/posts/PostCreateForm.js b/src/pages/posts/PostCreateForm.js index 3f6db29..ac84fe3 100644 --- a/src/pages/posts/PostCreateForm.js +++ b/src/pages/posts/PostCreateForm.js @@ -77,8 +77,8 @@ function PostCreateForm() { return (
- - + + diff --git a/src/styles/PostCreateEditForm.module.css b/src/styles/PostCreateEditForm.module.css index 4ad3020..b1e9938 100644 --- a/src/styles/PostCreateEditForm.module.css +++ b/src/styles/PostCreateEditForm.module.css @@ -1,11 +1,16 @@ +.Row { + display: flex; + align-items: center; +} + .Container { - min-height: 343px; - } + min-height: 343px; +} - .FormControl:focus { - color: #0a3057; - background-color: #fff; - border-color: #fe8695; - outline: 0; - box-shadow: 0 0 0 0.25rem rgba(253, 13, 221, 0.25); -} \ No newline at end of file +.FormControl:focus { + color: #0a3057; + background-color: #fff; + border-color: #fe8695; + outline: 0; + box-shadow: 0 0 0 0.25rem rgba(253, 13, 221, 0.25); +}