landing updates
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
@@ -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" .}}
|
||||||
|
|||||||
Reference in New Issue
Block a user