Skip to content

Commit db2960a

Browse files
committed
Tighten up event years menu spacing
1 parent 610cf67 commit db2960a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/templates/events/_years.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<h2 class="text-lg font-semibold py-4 border-b bg-blue text-white">Season</h2>
44
<ul class="flex flex-col p-2">
55
{% for year in years %}
6-
<li class="py-2 hover:bg-gray-100 cursor-pointer {% if year == current_year %}bg-gray-100{% endif %}">
6+
<li class="pb-2 hover:bg-gray-100 cursor-pointer {% if year == current_year %}bg-gray-100{% endif %}">
77
<a href="{% routablepageurl page 'events_for_year' year %}"
88
class="text-base font-semibold text-blue hover:text-gray-700">{{ year }}</a>
99
</li>

0 commit comments

Comments
 (0)