Skip to content

Commit 1f0e547

Browse files
committed
update
1 parent b13efda commit 1f0e547

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

static/style.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,8 @@ blockquote::before {
213213

214214
.blogcard-thumbnail {
215215
flex-shrink: 0;
216-
width: 200px;
217-
height: 120px;
216+
width: 240px;
217+
height: 144px;
218218
display: flex;
219219
align-items: center;
220220
justify-content: center;
@@ -241,7 +241,7 @@ blockquote::before {
241241

242242
.blogcard-content {
243243
flex: 1;
244-
padding: 16px;
244+
padding: 16px 16px 8px;
245245
display: flex;
246246
flex-direction: column;
247247
justify-content: center;
@@ -263,7 +263,7 @@ blockquote::before {
263263
.blogcard-description {
264264
font-size: 14px;
265265
color: var(--color-gray);
266-
margin-bottom: 8px;
266+
margin-bottom: 4px;
267267
overflow: hidden;
268268
text-overflow: ellipsis;
269269
display: -webkit-box;
@@ -287,6 +287,6 @@ blockquote::before {
287287

288288
.blogcard-thumbnail {
289289
width: 100%;
290-
height: 180px;
290+
height: 200px;
291291
}
292292
}

0 commit comments

Comments
 (0)