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