File tree 2 files changed +5
-6
lines changed
2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
1
{{ " " }}
2
2
< div class ="card " data-style ="{{ include.style }} " style ="width: 100%; ">
3
3
4
-
5
4
< div class ="card-text ">
6
5
{% if include.title %}
7
6
< a
22
21
{% endif %}
23
22
</ div >
24
23
25
- < div class ="card-img " style ="aspect-ratio: 5.0; overflow: hidden; ">
24
+ < div class ="card-img " style ="aspect-ratio: 5.0; overflow: hidden; margin-bottom: 0px; ">
26
25
< a
27
26
{% if include.link %}
28
27
href ="{{ include.link | relative_url }} "
40
39
</ a >
41
40
</ div >
42
41
43
- < div class ="card-description ">
42
+ < div class ="card-description " style =" margin-top: 0px; " >
44
43
{% if include.description %}
45
44
< p >
46
45
{{ include.description | markdownify | remove: "< p > " | remove: "</ p > " }}
47
46
</ p >
48
47
{% endif %}
49
-
48
+
50
49
{% if include.tags or include.repo %}
51
50
{% include tags.html tags=include.tags repo=include.repo %}
52
51
{% endif %}
Original file line number Diff line number Diff line change 42
42
justify-content : flex-start ;
43
43
align-items : center ;
44
44
flex-direction : column ;
45
- gap : 20 px ;
45
+ gap : 0 px ;
46
46
max-width : 96% ;
47
- padding : 20 px ;
47
+ padding : 0 px ;
48
48
}
49
49
50
50
.card-text > * {
You can’t perform that action at this time.
0 commit comments