chore: make gap on projects a bit smaller
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user