File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change 47
47
48
48
code {
49
49
background-color : # f5f5f5 ;
50
- padding : 0.25 rem 0.5 rem ;
50
+ padding : 0.15 rem 0.25 rem ;
51
51
border-radius : 4px ;
52
52
color : # c7254e ;
53
53
}
@@ -288,10 +288,8 @@ pre code {
288
288
border : 1px solid # ddd ;
289
289
padding : 2rem ;
290
290
transition : transform 0.05s ease, box-shadow 0.05s ease;
291
- }
292
-
293
- .article-card {
294
291
cursor : pointer;
292
+ box-shadow : 0 1.5px 4.5px rgba (0 , 0 , 0 , 0.1 );
295
293
}
296
294
297
295
.article-card : hover {
@@ -309,10 +307,6 @@ pre code {
309
307
color : var (--color-primary );
310
308
}
311
309
312
- .article-card__meta {
313
- margin-bottom : 1rem ;
314
- }
315
-
316
310
.article-card-meta {
317
311
display : flex;
318
312
gap : 0.5rem ;
@@ -402,7 +396,7 @@ pre code {
402
396
}
403
397
404
398
.article-content {
405
- line-height : 1.7 ;
399
+ line-height : 1.6 ;
406
400
font-size : 1.125rem ;
407
401
color : var (--text-color );
408
402
}
You can’t perform that action at this time.
0 commit comments