fix(feat): Change styling for responsive layout

This commit is contained in:
SeekingGamer
2026-05-19 10:51:38 +08:00
parent 0220aa5ff8
commit 2a2d5fb9e5
3 changed files with 238 additions and 236 deletions

View File

@@ -232,7 +232,7 @@ a.store-badge {
height: 292px; height: 292px;
} }
@media (min-width: 577px) { @media (min-width: 578px) {
.download-cta__phone { .download-cta__phone {
width: min(418px, calc(100vw - 32px)); width: min(418px, calc(100vw - 32px));
height: auto; height: auto;

View File

@@ -92,7 +92,7 @@
} }
.experience-card__image--one { .experience-card__image--one {
top: -86.50%; top: -86.5%;
left: 0; left: 0;
width: 100%; width: 100%;
height: 298.5%; height: 298.5%;
@@ -316,7 +316,7 @@
color: #7a726d; color: #7a726d;
} }
@media (max-width: 640px) { @media (max-width: 578px) {
.use-cases__rows { .use-cases__rows {
gap: 24px; gap: 24px;
overflow: visible; overflow: visible;
@@ -368,7 +368,7 @@
} }
} }
@media (min-width: 1024px) { @media (min-width: 578px) {
.experience__grid { .experience__grid {
grid-template-columns: repeat(2, minmax(0, 320px)); grid-template-columns: repeat(2, minmax(0, 320px));
} }
@@ -384,7 +384,7 @@
} }
} }
@media (min-width: 640px) { @media (min-width: 578px) {
.use-case-row { .use-case-row {
grid-template-columns: minmax(220px, 300px) minmax(280px, 1fr); grid-template-columns: minmax(220px, 300px) minmax(280px, 1fr);
height: 120px; height: 120px;
@@ -425,6 +425,12 @@
} }
} }
@media (min-width: 576px) {
.experience-card__title {
white-space: nowrap;
}
}
@media (min-width: 1024px) { @media (min-width: 1024px) {
.experience { .experience {
padding-top: 60px; padding-top: 60px;
@@ -432,10 +438,6 @@
padding-left: 36px; padding-left: 36px;
padding-right: 36px; padding-right: 36px;
} }
.experience-card__title {
white-space: nowrap;
}
} }
@media (min-width: 1200px) { @media (min-width: 1200px) {
@@ -452,7 +454,7 @@
} }
} }
@media (min-width: 1295px) { @media (min-width: 1201px) {
.use-cases { .use-cases {
padding: 60px 64px; padding: 60px 64px;
} }

View File

@@ -223,7 +223,7 @@
.trust__grid > .trust-card:nth-child(1)::after, .trust__grid > .trust-card:nth-child(1)::after,
.trust__grid > .trust-card:nth-child(5)::after { .trust__grid > .trust-card:nth-child(5)::after {
content: ''; content: "";
position: absolute; position: absolute;
top: 50%; top: 50%;
right: -16px; right: -16px;