diff --git a/static/post-form.css b/static/post-form.css new file mode 100644 index 0000000..1222f54 --- /dev/null +++ b/static/post-form.css @@ -0,0 +1,3 @@ +#postForm > * { + margin-bottom: 1rem; +} \ No newline at end of file diff --git a/templates/index.html b/templates/index.html index e62fdf2..fffd9ad 100644 --- a/templates/index.html +++ b/templates/index.html @@ -13,11 +13,7 @@