fix(feat): Refine responsive layout and section spacing
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user