Skip to content

Commit 2dcb51d

Browse files
committed
Fix avatar in large displays
1 parent 3b0754f commit 2dcb51d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/widgets/Testimonials.astro

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const {
4545
<Fragment set:html={image} />
4646
) : (
4747
<Image
48-
class="h-10 w-10 rounded-full border border-slate-200 dark:border-slate-600"
48+
class="h-10 w-10 rounded-full border border-slate-200 dark:border-slate-600 min-w-full min-h-full"
4949
width={40}
5050
height={40}
5151
widths={[400, 768]}

0 commit comments

Comments
 (0)