aboutsummaryrefslogtreecommitdiff
path: root/ui/html/pages/post.tmpl.html
diff options
context:
space:
mode:
Diffstat (limited to 'ui/html/pages/post.tmpl.html')
-rw-r--r--ui/html/pages/post.tmpl.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/html/pages/post.tmpl.html b/ui/html/pages/post.tmpl.html
index d3b78f0..26d831a 100644
--- a/ui/html/pages/post.tmpl.html
+++ b/ui/html/pages/post.tmpl.html
@@ -10,7 +10,7 @@
<form action="/comments/post?id={{.Post.Id}}" method="POST">
<label for="comment"></label>
<textarea name="comment" id="comment" rows="5" class="w100" required></textarea><br><br>
- <div class="flex-between">
+ <div class="comment_zone">
<label for="name">Name:</label>
<input type="text" name="name" id="name" required>
<input type="submit" value="Post">