Skip to content

Commit f7c83b0

Browse files
committed
Merge branch 'dev' of https://github.com/CMI-OSS/cbnu-alrami into dev
2 parents f67bc82 + bac3257 commit f7c83b0

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

packages/mobile/src/page/Article/components/ArticleItem/style.module.scss

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
display: flex;
33
flex-direction: column;
44
justify-content: center;
5-
height: 104px;
65
padding: 16px 24px;
76
margin-bottom: 8px;
87
background: $black-0;

packages/mobile/src/page/Board/components/BoardItem/style.module.scss

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
display: flex;
33
flex-direction: column;
44
justify-content: center;
5+
gap: 4px;
56
width: 100%;
6-
height: 86px;
7-
padding: 26px 24px;
7+
height: 82px;
8+
padding: 14px 22px;
89
margin-bottom: 14px;
910
border-radius: 20px;
1011
background: $black-5;
@@ -25,7 +26,6 @@
2526

2627
.content {
2728
font-size: 14px;
28-
line-height: 30px;
2929
color: $black-50;
3030
letter-spacing: 0.01em;
3131
}

0 commit comments

Comments
 (0)