Skip to content

Commit

Permalink
Want the two columns to be the same width
Browse files Browse the repository at this point in the history
  • Loading branch information
mlandauer committed Oct 25, 2023
1 parent d970274 commit 8d14795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/_tailwind/applications/_address_search.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<%# TODO: Show more stuff as per design %>

<div class="grid grid-flow-col grid-rows-[repeat(3,_max-content)] gap-6 mt-20">
<div class="grid grid-flow-col grid-rows-[repeat(3,_max-content)] auto-cols-fr gap-6 mt-20">
<h2 class="text-3xl font-bold text-navy font-display">Most commented applications</h2>
<div class="space-y-8">
<% Application.trending.limit(3).each do |application| %>
Expand Down

0 comments on commit 8d14795

Please sign in to comment.