fix(feat): add locales and refine responsive landing page UI

This commit is contained in:
SeekingGamer
2026-05-15 12:11:50 +08:00
parent ce1095088d
commit ff7e4395ea
22 changed files with 1315 additions and 289 deletions

View File

@@ -30,7 +30,7 @@
max-width: 1280px;
gap: 32px;
margin: 0 auto;
padding: 48px 16px;
padding: 60px 16px;
}
.download-cta__content {
@@ -72,6 +72,7 @@
font-size: var(--download-heading-title-size);
font-weight: 700;
line-height: 1.2;
letter-spacing: var(--ls-32);
color: #1a1a1a;
white-space: nowrap;
}
@@ -98,6 +99,7 @@
font-size: 16px;
font-weight: 400;
line-height: 1.5;
letter-spacing: var(--ls-16);
color: #7a726d;
text-align: center;
}
@@ -161,6 +163,16 @@
height: 27px;
}
.store-badge--android .store-badge__icon-frame {
background: #d55f31;
}
.store-badge__android-icon {
display: block;
width: 28px;
height: 28px;
}
.store-badge__copy {
display: flex;
flex-direction: column;
@@ -192,6 +204,7 @@
font-size: 15px;
font-weight: 600;
line-height: normal;
letter-spacing: var(--ls-15);
color: #fff;
}
@@ -242,8 +255,13 @@
--download-heading-title-size: 40px;
}
.download-cta__title {
letter-spacing: var(--ls-40);
}
.download-cta__description {
font-size: 18px;
letter-spacing: var(--ls-18);
}
.store-badges {
@@ -286,6 +304,10 @@
--download-heading-title-size: 48px;
}
.download-cta__title {
letter-spacing: var(--ls-48);
}
.download-cta__phone {
order: 2;
width: 418px;