Skip to content

Commit d79f904

Browse files
Update pythonsd/templates/pythonsd/organizers.html
Co-authored-by: Jeremy <[email protected]>
1 parent 45cbefa commit d79f904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonsd/templates/pythonsd/organizers.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ <h1>Organizers</h1>
1515
<div class="grid grid-cols-1 md:grid-cols-3 lg:grid-cols-4 gap-12 mb-16 ">
1616
{% for organizer in organizers %}
1717
<div class="flex flex-col rounded border border-slate-200 max-w-64 md:max-w-80 mx-auto">
18-
<img src="{{ organizer.photo.url }}" class="flex-none" alt="{{ organizer.name }}">
18+
<img src="{{ organizer.photo.url }}" class="flex-none aspect-square object-cover" alt="{{ organizer.name }}">
1919
<div class="p-4">
2020
<h3>{{ organizer.name }}</h3>
2121

0 commit comments

Comments
 (0)