We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aef40a commit 9454ff4Copy full SHA for 9454ff4
stubs/resources/js/Components/Misc/AppCard.vue
@@ -1,7 +1,7 @@
1
<template>
2
<div class="rounded bg-skin-neutral-2 p-12 shadow">
3
<div>
4
- <h3 class="text-2xl font-semibold tracking-tight">
+ <h3 class="mb-5 text-2xl font-semibold tracking-tight">
5
<slot name="title"> </slot>
6
</h3>
7
@@ -10,7 +10,7 @@
10
11
<slot name="content"></slot>
12
13
- <div v-if="$slots.footer" class="mt-6">
+ <div v-if="$slots.footer" class="mt-4">
14
<slot name="footer"></slot>
15
</div>
16
0 commit comments