fix(style): Changes responsive layout breakpoint

This commit is contained in:
SeekingGamer
2026-05-18 14:39:56 +08:00
parent c09ba76350
commit 7b45ca94a6
9 changed files with 81 additions and 34 deletions

View File

@@ -162,7 +162,7 @@
height: 100%;
}
@media (max-width: 1022px) {
@media (max-width: 1024px) {
.trust-card__copy {
align-items: center;
text-align: center;
@@ -215,7 +215,7 @@
}
}
@media (min-width: 768px) and (max-width: 1022px) {
@media (min-width: 768px) and (max-width: 1024px) {
.trust__grid > .trust-card:nth-child(1),
.trust__grid > .trust-card:nth-child(5) {
position: relative;
@@ -234,7 +234,7 @@
}
}
@media (min-width: 1023px) {
@media (min-width: 1024px) {
.trust {
padding-top: 60px;
padding-bottom: 60px;