Skip to content

Commit e212959

Browse files
committed
Update default.html
1 parent 871ab85 commit e212959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ <h3 class="text-3xl dark:text-neutral-100 font-bold mb-2">
127127
<img
128128
src="{{ post.image }}"
129129
alt="{{ post.title }}"
130-
class="w-full h-64 object-cover object-center rounded-lg"
130+
class="w-full h-56 object-cover object-center rounded-lg"
131131
/>
132132
<h3 class="text-xl dark:text-neutral-100 font-bold">
133133
{{ post.title }}

0 commit comments

Comments
 (0)