From 35f6279d56dce37089a4748cbafbdc84a168e725 Mon Sep 17 00:00:00 2001 From: James Date: Thu, 12 Mar 2026 02:45:44 -0400 Subject: [PATCH] ui: reduce top padding on project page --- portal/templates/app/project.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/portal/templates/app/project.html b/portal/templates/app/project.html index adb408f..5bfecab 100644 --- a/portal/templates/app/project.html +++ b/portal/templates/app/project.html @@ -14,8 +14,8 @@ {{end}} {{define "content"}} -
-

+
+

@@ -112,7 +112,7 @@