Skip to content

Commit 0e66a31

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

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
@@ -12,7 +12,7 @@ <h1>Organizers</h1>
1212

1313

1414
{% if organizers %}
15-
<div class="grid grid-cols-1 md:grid-cols-3 lg:grid-cols-4 gap-12 mb-16 ">
15+
<div class="grid grid-cols-1 sm:grid-cols-2 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">
1818
<img src="{{ organizer.photo.url }}" class="flex-none aspect-square object-cover" alt="{{ organizer.name }}">

0 commit comments

Comments
 (0)