We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 871ab85 commit e212959Copy full SHA for e212959
_layouts/default.html
@@ -127,7 +127,7 @@ <h3 class="text-3xl dark:text-neutral-100 font-bold mb-2">
127
<img
128
src="{{ post.image }}"
129
alt="{{ post.title }}"
130
- class="w-full h-64 object-cover object-center rounded-lg"
+ class="w-full h-56 object-cover object-center rounded-lg"
131
/>
132
<h3 class="text-xl dark:text-neutral-100 font-bold">
133
{{ post.title }}
0 commit comments