Skip to content

Commit c66a93e

Browse files
committed
fix: improve desc style
1 parent 1a58f59 commit c66a93e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/section-style/shared.module.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545

4646
.desc {
4747
font-size: 16px !important;
48-
line-height: 28px !important;
4948
}
5049
}
5150
}
@@ -66,7 +65,6 @@
6665
}
6766
.desc {
6867
font-size: 15px !important;
69-
line-height: 28px !important;
7068
}
7169
}
7270
}
@@ -97,6 +95,7 @@
9795
align-items: center;
9896
gap: 32px;
9997
align-self: stretch;
98+
10099
.title {
101100
margin: 0;
102101

@@ -119,7 +118,8 @@
119118
font-size: 20px;
120119
font-style: normal;
121120
font-weight: 400;
122-
line-height: 28px; /* 140% */
121+
line-height: 32px;
122+
max-width: 760px;
123123
}
124124
}
125125

0 commit comments

Comments
 (0)