From 02e36fefcbf7144db856de6771401a2839584af4 Mon Sep 17 00:00:00 2001 From: Junwei Zhao Date: Sat, 11 Oct 2025 20:29:39 +1100 Subject: [PATCH] Update UI style of post detail --- links/templates/links/post_detail.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/links/templates/links/post_detail.html b/links/templates/links/post_detail.html index d2675b1..8132cf1 100644 --- a/links/templates/links/post_detail.html +++ b/links/templates/links/post_detail.html @@ -302,6 +302,8 @@ } .main-content { background: #fff; + border-radius: 0.5rem; + padding: 1rem; } {% endblock %}