feat(branding): customize Gita platform experience
giteabot backport / giteabot (push) Canceled after 0s
giteabot / giteabot (push) Canceled after 0s
release-nightly / nightly-binary (push) Canceled after 0s
release-nightly / nightly-container (push) Canceled after 0s
release-nightly-snapcraft / build-and-publish (push) Canceled after 0s

Assisted-by: Codex:GPT-5
This commit is contained in:
2026-08-16 07:45:24 +08:00
parent e4afba3416
commit 442ddc5f0d
27 changed files with 129 additions and 123 deletions
+11
View File
@@ -2,6 +2,16 @@
max-width: 220px;
}
.home-login {
max-width: 420px;
margin: 0 auto 32px;
text-align: left;
}
.home-login > .ui.container {
width: 100%;
}
@media (max-width: 767.98px) {
.home .hero h1 {
font-size: 3.5em;
@@ -60,6 +70,7 @@
}
.page-footer .right-links {
margin-left: auto;
min-width: 180px; /* make sure the menu dropdown doesn't overflow horizontally when language name is short */
display: flex;
flex-wrap: wrap;