fix: increase padding of preview card info

This commit is contained in:
patak 2023-01-09 23:49:05 +01:00
parent ee2f9f44c2
commit 7a061c1ff9

View file

@ -12,10 +12,10 @@ defineProps<{
<template> <template>
<div <div
px3 max-h-2xl p4 max-h-2xl
flex flex-col flex flex-col
:class="[ :class="[
root ? 'flex-gap-1 py1 sm:py3' : 'py1 justify-center sm:justify-start', root ? 'flex-gap-1' : 'justify-center sm:justify-start',
]" ]"
my-auto my-auto
> >