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>
|
||||
<figure class="flex flex-col items-center">
|
||||
<img :src="imgSrc" />
|
||||
<figcaption class="text-center"><slot /></figcaption>
|
||||
<img :src="imgSrc" class="drop-shadow-lg" />
|
||||
<figcaption class="text-center m-0"><slot /></figcaption>
|
||||
</figure>
|
||||
</template>
|
||||
|
Loading…
Reference in New Issue
Block a user