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

@@ -279,7 +279,7 @@
}
}
@media (min-width: 1023px) {
@media (min-width: 1024px) {
.download-cta {
height: 600px;
}