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;
}
/* override gitea defaults */
.page-content > #alex-landing:first-child {
margin-top: 0 !important;
}
#alex-landing {
min-height: 100vh;
background: var(--color-bg-page);
@@ -49,7 +55,10 @@
display: flex;
justify-content: 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;
}
.hero-inner {