chore: make gap on projects a bit smaller

This commit is contained in:
Marios Antonoudiou
2023-12-06 18:24:32 +02:00
parent 01705aede9
commit 143cec27ec

View File

@@ -17,6 +17,7 @@ const props = defineProps<Props>();
:alt="props.title"
class="block w-16 h-16"
/>
<div>
<ULink
class="font-semibold hover:underline hover:underline-offset-4"
:to="props.url"
@@ -26,6 +27,7 @@ const props = defineProps<Props>();
<div class="text-xs text-slate-600">
<slot name="subtitle"></slot>
</div>
</div>
<div class="text-sm">
<slot name="description">Lorem ipsum dorcet sit amet</slot>
</div>