We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4da99c commit ce2f6f5Copy full SHA for ce2f6f5
_layouts/home.html
@@ -65,7 +65,7 @@
65
66
{% assign alt = post.image.alt | default: 'Preview Image' %}
67
68
- <img src="{{ src }}" w="15" h="8" alt="{{ alt }}" {{ lqip }}>
+ <img src="{{ src }}" w="17" h="10" alt="{{ alt }}" {{ lqip }}>
69
{% endif %}
70
71
<div class="card-body d-flex flex-column">
_sass/layout/home.scss
@@ -148,7 +148,7 @@
148
.card {
149
.preview-img {
150
width: 20rem;
151
- height: 11.5rem; // can hold 2 lines each for title and content
+ height: 11.55rem; // can hold 2 lines each for title and content
152
}
153
154
.card-body {
0 commit comments