Skip to content

Commit

Permalink
Revert "Fix regression in spacing"
Browse files Browse the repository at this point in the history
This reverts commit 2c71e1a.
  • Loading branch information
mlandauer committed May 3, 2024
1 parent 2c71e1a commit 1972f06
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions app/views/_tailwind/applications/_address_search.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@
</article>
<% end %>
<% end %>
<div class="pt-10">
<%= pa_link_to "View more trending applications", trending_applications_path, extra_classes: "text-2xl inline-block" %>
</div>
<%= pa_link_to "View more trending applications", trending_applications_path, extra_classes: "text-2xl inline-block" %>
</div>
<%= render Tailwind::Heading.new(tag: :h2).with_content("Latest applications across Australia") %>
<div class="flex items-end">
Expand All @@ -43,9 +41,7 @@
</article>
<% end %>
<% end %>
<div class="pt-10">
<%= pa_link_to "View more latest applications", applications_path, extra_classes: "text-2xl inline-block" %>
</div>
<%= pa_link_to "View more latest applications", applications_path, extra_classes: "text-2xl inline-block" %>
</div>
</div>

Expand Down

0 comments on commit 1972f06

Please sign in to comment.