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