mirror of
https://github.com/DiscordFactory/website-documentation.git
synced 2026-01-14 17:34:22 +01:00
🐛 Fix spacing
This commit is contained in:
@@ -18,14 +18,14 @@
|
|||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="min-w-0 flex-1">
|
<div class="min-w-0 flex-1">
|
||||||
<h3 class="text-gray-900 dark:text-gray-200 text-base font-medium text-gray-900">
|
<p class="text-gray-900 dark:text-gray-200 text-base font-medium text-gray-900">
|
||||||
<span class="rounded-sm">
|
<span class="rounded-sm">
|
||||||
<router-link :to="link.path" class="focus:outline-none">
|
<router-link :to="link.path" class="focus:outline-none">
|
||||||
<span class="absolute inset-0" aria-hidden="true" />
|
<span class="absolute inset-0" aria-hidden="true" />
|
||||||
{{ link.title }}
|
{{ link.title }}
|
||||||
</router-link>
|
</router-link>
|
||||||
</span>
|
</span>
|
||||||
</h3>
|
</p>
|
||||||
<p class="text-base text-gray-500">{{ link.description }}</p>
|
<p class="text-base text-gray-500">{{ link.description }}</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex-shrink-0 self-center">
|
<div class="flex-shrink-0 self-center">
|
||||||
|
|||||||
Reference in New Issue
Block a user