File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -111,6 +111,11 @@ span.filter-box-tag[style*='display: block'] {
111
111
user-select : none;
112
112
}
113
113
114
+ /* Give the resource tags a bit of breathing room */
115
+ .resource-tag-container {
116
+ padding-left : 1.5rem ;
117
+ }
118
+
114
119
/* When hovering tags, brighten them a bit. */
115
120
.resource-tag : hover ,
116
121
.filter-box-tag : hover {
Original file line number Diff line number Diff line change 16
16
< div class ="is-flex is-align-items-center ">
17
17
{# Add primary link #}
18
18
{% if 'title_url' in resource %}
19
- < span class ="icon is-size-4 is-medium " style ="margin: 5px; ">
19
+ < span class ="icon is-size-4 " style ="margin: 5px; ">
20
20
< a href ="{{ resource.title_url }} ">
21
- < i class ="fas fa-external-link-alt fa-fw is-size-3 resource-icon is-hoverable is-primary "> </ i >
21
+ < i class ="fas fa-external-link-alt fa-fw is-size-4 resource-icon is-hoverable is-primary "> </ i >
22
22
</ a >
23
23
</ span >
24
24
{% endif %}
25
25
26
26
{# Add all additional icon #}
27
27
{% for icon in resource.urls %}
28
- < span class ="icon is-size-4 is-medium " style ="margin: 5px; ">
28
+ < span class ="icon is-size-4 " style ="margin: 5px; ">
29
29
< a href ="{{ icon.url }} ">
30
- < i class ="{{ icon.icon|as_icon }} fa-fw is-size-3 resource-icon is-hoverable is-{{ icon.color }} "> </ i >
30
+ < i class ="{{ icon.icon|as_icon }} fa-fw is-size-4 resource-icon is-hoverable is-{{ icon.color }} "> </ i >
31
31
</ a >
32
32
</ span >
33
33
{% endfor %}
34
34
35
35
{# Tags #}
36
- < div class ="is-flex ml-auto is-flex-wrap-wrap is-justify-content-end ">
36
+ < div class ="resource-tag-container is-flex ml-auto is-flex-wrap-wrap is-justify-content-end ">
37
37
{% for tag in resource.tags.topics %}
38
38
< span
39
39
class ="tag resource-tag is-primary is-light ml-2 mt-2 "
You can’t perform that action at this time.
0 commit comments