We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f67bc82 + bac3257 commit f7c83b0Copy full SHA for f7c83b0
packages/mobile/src/page/Article/components/ArticleItem/style.module.scss
@@ -2,7 +2,6 @@
2
display: flex;
3
flex-direction: column;
4
justify-content: center;
5
- height: 104px;
6
padding: 16px 24px;
7
margin-bottom: 8px;
8
background: $black-0;
packages/mobile/src/page/Board/components/BoardItem/style.module.scss
@@ -2,9 +2,10 @@
+ gap: 4px;
width: 100%;
- height: 86px;
- padding: 26px 24px;
+ height: 82px;
+ padding: 14px 22px;
9
margin-bottom: 14px;
10
border-radius: 20px;
11
background: $black-5;
@@ -25,7 +26,6 @@
25
26
27
.content {
28
font-size: 14px;
- line-height: 30px;
29
color: $black-50;
30
letter-spacing: 0.01em;
31
}
0 commit comments