From adf3b692329e192e54497c0dce3fb5ff89b49464 Mon Sep 17 00:00:00 2001
From: Ying Tung Lau <lauy5@cardiff.ac.uk>
Date: Fri, 27 Jan 2023 16:35:55 +0000
Subject: [PATCH] Replace comment.html

---
 portfolio/templates/comment.html | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/portfolio/templates/comment.html b/portfolio/templates/comment.html
index 3a48dfe..43ac033 100644
--- a/portfolio/templates/comment.html
+++ b/portfolio/templates/comment.html
@@ -16,6 +16,8 @@
   {{ comment.submit() }}
 </form>
 
+<div class="table-margin"></div>
+
 <h1>Recent Comments</h1>
 <form method="POST" action="{{ url_for('comment_order') }}">
   <label for="order">Order by date:</label>
-- 
GitLab