Skip to content

Commit

Permalink
Divide all sections on big screens on talks show page
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoroth committed Jan 29, 2025
1 parent 195938d commit cea24b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/talks/_talk.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<% end %>

<div class="flex flex-col md:gap-1 w-full divide-y">
<div class="flex flex-wrap w-full divide-y xl:divide-y-0 justify-between">
<div class="flex flex-wrap w-full divide-y justify-between">
<div class="py-4 font-bold text-xl">
<span><%= talk.title %></span>
</div>
Expand Down

0 comments on commit cea24b8

Please sign in to comment.