Skip to content

Commit 7594ae2

Browse files
committed
Merge remote-tracking branch 'origin/master' into layer-asset-urls
2 parents 05265c2 + 9a1bc6a commit 7594ae2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/components/parts/_legacy/main-article/MainArticleNewsPress.module.scss

+2-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232

3333
.text {
3434
li {
35-
margin-bottom: 0.3rem;
35+
padding-bottom: 0.5rem;
36+
line-height: 1.8rem;
3637
font-size: 1.125rem;
3738
}
3839

src/components/parts/_legacy/main-article/MainArticlePermanent.module.scss

+2-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@
3939

4040
.text {
4141
li {
42-
margin-bottom: 0.3rem;
42+
padding-bottom: 0.5rem;
43+
line-height: 1.8rem;
4344
font-size: 1.125rem;
4445
}
4546

0 commit comments

Comments
 (0)