chore: make gap on projects a bit smaller
This commit is contained in:
@@ -17,14 +17,16 @@ const props = defineProps<Props>();
|
||||
:alt="props.title"
|
||||
class="block w-16 h-16"
|
||||
/>
|
||||
<ULink
|
||||
class="font-semibold hover:underline hover:underline-offset-4"
|
||||
:to="props.url"
|
||||
target="_blank"
|
||||
>{{ props.title }}</ULink
|
||||
>
|
||||
<div class="text-xs text-slate-600">
|
||||
<slot name="subtitle"></slot>
|
||||
<div>
|
||||
<ULink
|
||||
class="font-semibold hover:underline hover:underline-offset-4"
|
||||
:to="props.url"
|
||||
target="_blank"
|
||||
>{{ props.title }}</ULink
|
||||
>
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user