diff --git a/_includes/projects.liquid b/_includes/projects.liquid index 926ad1e7da39..0ada935d291a 100644 --- a/_includes/projects.liquid +++ b/_includes/projects.liquid @@ -1,7 +1,6 @@ -
-
+
-
+
{% if project.img %} {% include figure.liquid @@ -9,10 +8,11 @@ path=project.img sizes = "250px" alt="project thumbnail" + class="card-img-top" %} {% endif %}
-

{{ project.title }}

+

{{ project.title }}

{{ project.description }}

{% if project.github %} diff --git a/_includes/projects_horizontal.liquid b/_includes/projects_horizontal.liquid index b0f12b4c8907..8630e69e1d72 100644 --- a/_includes/projects_horizontal.liquid +++ b/_includes/projects_horizontal.liquid @@ -1,15 +1,15 @@ -
+
-
-
+
+
{% if project.img %} -
- {% include figure.liquid loading="eager" path=project.img sizes="(min-width: 768px) 156px, 50vw" alt="project thumbnail" %} +
+ {% include figure.liquid loading="eager" path=project.img sizes="(min-width: 768px) 156px, 50vw" alt="project thumbnail" class="card-img" %}
{% endif %}
-

{{ project.title }}

+

{{ project.title }}

{{ project.description }}

{% if project.github %} diff --git a/_pages/blog.md b/_pages/blog.md index a4ae82162620..62ce6dabf9ab 100644 --- a/_pages/blog.md +++ b/_pages/blog.md @@ -64,7 +64,7 @@ pagination: {% assign is_even = featured_posts.size | modulo: 2 %}