diff --git a/kubernetes/gitea/landingpage.css b/kubernetes/gitea/landingpage.css
index f43649c..a4d296d 100644
--- a/kubernetes/gitea/landingpage.css
+++ b/kubernetes/gitea/landingpage.css
@@ -38,8 +38,9 @@
}
/* override gitea defaults */
-.page-content > #alex-landing:first-child {
+.page-content > :first-child:not(.secondary-nav) {
margin-top: 0 !important;
+ margin: 0 !important;
}
diff --git a/kubernetes/gitea/landingpage.html b/kubernetes/gitea/landingpage.html
index 47c3a26..9c2db28 100644
--- a/kubernetes/gitea/landingpage.html
+++ b/kubernetes/gitea/landingpage.html
@@ -41,6 +41,6 @@
window.GITEA_SUB_URL = "{{AppSubUrl}}";
-
-
+
+
{{template "base/footer" .}}