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:51:01 -07:00
parent 567a59f9b1
commit e52ae3f451
2 changed files with 12 additions and 3 deletions

View File

@@ -37,6 +37,12 @@
--text-xs: 0.75rem; --text-xs: 0.75rem;
} }
/* override gitea defaults */
.page-content > #alex-landing:first-child {
margin-top: 0 !important;
}
#alex-landing { #alex-landing {
min-height: 100vh; min-height: 100vh;
background: var(--color-bg-page); background: var(--color-bg-page);
@@ -49,7 +55,10 @@
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
padding: var(--space-xl) var(--space-lg) 60px; padding-top: var(--space-xl);
padding-right: var(--space-lg);
padding-bottom: 60px;
padding-left: var(--space-lg);
text-align: center; text-align: center;
} }
.hero-inner { .hero-inner {

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=5"></script> <script src="{{AppSubUrl}}/assets/js/custom-landing.js?v=6"></script>
<link rel="stylesheet" href="{{AppSubUrl}}/assets/css/custom-landing.css?v=5"> <link rel="stylesheet" href="{{AppSubUrl}}/assets/css/custom-landing.css?v=6">
{{template "base/footer" .}} {{template "base/footer" .}}