landing updates
All checks were successful
Apply Kuberentes Configs / update-repo (push) Successful in 1s
Apply Kuberentes Configs / update-infrastructure (push) Successful in 4s
Apply Kuberentes Configs / notify-on-failure (push) Has been skipped

This commit is contained in:
2026-03-05 10:53:05 -07:00
parent e52ae3f451
commit 01b92733c3
2 changed files with 4 additions and 3 deletions

View File

@@ -38,8 +38,9 @@
} }
/* override gitea defaults */ /* override gitea defaults */
.page-content > #alex-landing:first-child { .page-content > :first-child:not(.secondary-nav) {
margin-top: 0 !important; margin-top: 0 !important;
margin: 0 !important;
} }

View File

@@ -41,6 +41,6 @@
window.GITEA_SUB_URL = "{{AppSubUrl}}"; window.GITEA_SUB_URL = "{{AppSubUrl}}";
</script> </script>
<!-- update version when changed to reset cloudflare cache --> <!-- update version when changed to reset cloudflare cache -->
<script src="{{AppSubUrl}}/assets/js/custom-landing.js?v=6"></script> <script src="{{AppSubUrl}}/assets/js/custom-landing.js?v=7"></script>
<link rel="stylesheet" href="{{AppSubUrl}}/assets/css/custom-landing.css?v=6"> <link rel="stylesheet" href="{{AppSubUrl}}/assets/css/custom-landing.css?v=7">
{{template "base/footer" .}} {{template "base/footer" .}}