Skip to content

Commit aeb8d0c

Browse files
committed
Fix project image spacing
1 parent 915c5e7 commit aeb8d0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/src/lib/components/project-article.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export let project
4242
type="image/webp"
4343
/>
4444
<img
45-
class="h-full w-full object-contain"
45+
class="h-full object-contain"
4646
style:aspect-ratio={image.metadata.dimensions.aspectRatio}
4747
style:max-height="{Math.floor(
4848
image.metadata.dimensions.height / 2,

0 commit comments

Comments
 (0)