Skip to content

Commit

Permalink
Improve padding
Browse files Browse the repository at this point in the history
  • Loading branch information
saurabhbhatia committed Oct 29, 2023
1 parent bdd6682 commit 2ea9551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/home/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<ul class="flex flex-row justify-center items-center">
<% cache @genres, expires_in: 60.seconds do %>
<% @genres.each do |genre| %>
<li class="p-6 border border-solid border-gray-300 rounded-xl mx-4 font-bold text-xl">
<li class="p-3 hover:underline border border-solid border-gray-300 rounded-xl mx-4 font-bold text-xl">
<%= link_to genre.name, genres_path(genre.slug), data: { "umami-event": "Home-Genre-Click" } %>
</li>
<% end %>
Expand Down

0 comments on commit 2ea9551

Please sign in to comment.