Skip to content

Commit 9e6e54c

Browse files
author
Sebastian Fix
committed
wip
1 parent a4f12ce commit 9e6e54c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

resources/views/app/about-us/index.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<x-list-image-card
6969
:name="$contact->name"
7070
:image="$contact->image"
71-
image-container-class-attributes="h-20 w-auto flex-shrink-0 overflow-hidden"/>
71+
image-container-class-attributes="h-20 w-20 flex-shrink-0 overflow-hidden"/>
7272
@endforeach
7373
</x-list-grid>
7474
</x-section>

resources/views/components/list-image-card.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@props([
22
'image',
3-
'imageContainerClassAttributes' => 'h-30 w-auto flex-shrink-0 overflow-hidden',
3+
'imageContainerClassAttributes' => 'h-30 h-30 flex-shrink-0 overflow-hidden',
44
'name',
55
'role' => null,
66
'icons' => [],

0 commit comments

Comments
 (0)