fix(feat): Refine responsive layout and section spacing

This commit is contained in:
SeekingGamer
2026-05-15 17:44:31 +08:00
parent ff7e4395ea
commit c09ba76350
19 changed files with 686 additions and 77 deletions

View File

@@ -33,9 +33,10 @@
.app-preview__description {
width: 100%;
margin: 0;
font-size: 18px;
font-size: 15px;
font-weight: 400;
line-height: 1.5;
letter-spacing: var(--ls-15);
color: #7a726d;
text-align: center;
}
@@ -214,6 +215,11 @@
font-size: 48px;
}
.app-preview__description {
font-size: 18px;
letter-spacing: var(--ls-18);
}
.app-preview__side-phone,
.app-preview__control-wrap {
display: flex;