diff --git a/frontend_nuxt/pages/new-post.vue b/frontend_nuxt/pages/new-post.vue index ed64f63f5..533f2faf0 100644 --- a/frontend_nuxt/pages/new-post.vue +++ b/frontend_nuxt/pages/new-post.vue @@ -498,6 +498,8 @@ const submitPost = async () => { display: flex; flex-direction: column; gap: 20px; + + margin-bottom: 200px; } .prize-row-title { diff --git a/frontend_nuxt/pages/posts/[id]/index.vue b/frontend_nuxt/pages/posts/[id]/index.vue index 7777cb2a0..d218eb05f 100644 --- a/frontend_nuxt/pages/posts/[id]/index.vue +++ b/frontend_nuxt/pages/posts/[id]/index.vue @@ -894,7 +894,7 @@ onMounted(async () => { }) -