File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,11 +27,11 @@ <h2>Try Jupyter</h2>
27
27
{%- for item in site.data.try -%}
28
28
< a href ="{{ item['url'] }} " class ="try-link ">
29
29
< div class ="col-lg-4 col-md-6 col-sm-6 cardlist-col ">
30
- < div class ="cardlist-card try-card text-center ">
30
+ < div class ="cardlist-card try-card ">
31
31
< div class ="card-heading ">
32
- < h3 > {{ item['title'] }}</ h3 >
32
+ < h4 > {{ item['title'] }}</ h4 >
33
33
</ div >
34
- < div class ="card-body ">
34
+ < div class ="card-body text-center ">
35
35
< img class ="try-logo " src ="{{ site.baseurl }}/assets/try/{{ item['logo'] }} "/>
36
36
< p > {{ item['description'] }}</ p >
37
37
</ div >
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ a.try-link:visited {
66
66
67
67
/* try cards need to be a little taller */
68
68
.cardlist-card .try-card {
69
- height : 300 px ;
69
+ height : 280 px ;
70
70
}
71
71
72
72
/* shrink-to-fit logos */
You can’t perform that action at this time.
0 commit comments