feat: drop shadow images and reduce padding
looks a lot better
This commit is contained in:
parent
9e30863015
commit
b96e7fed67
@ -10,7 +10,7 @@ const imgSrc =
|
|||||||
|
|
||||||
<template>
|
<template>
|
||||||
<figure class="flex flex-col items-center">
|
<figure class="flex flex-col items-center">
|
||||||
<img :src="imgSrc" />
|
<img :src="imgSrc" class="drop-shadow-lg" />
|
||||||
<figcaption class="text-center"><slot /></figcaption>
|
<figcaption class="text-center m-0"><slot /></figcaption>
|
||||||
</figure>
|
</figure>
|
||||||
</template>
|
</template>
|
||||||
|
Loading…
Reference in New Issue
Block a user