fix(style): Change the css styling for different screen size

This commit is contained in:
SeekingGamer
2026-05-13 14:57:52 +08:00
parent e5bcb7bad2
commit 33b1f7f9dd
10 changed files with 860 additions and 660 deletions

View File

@@ -132,7 +132,7 @@
}
}
@media (min-width: 1024px) {
@media (min-width: 1023px) {
.app-preview {
padding: 120px 130px 0;
}