Skip to content

Commit

Permalink
Make link not appear too big
Browse files Browse the repository at this point in the history
  • Loading branch information
mlandauer committed Feb 5, 2024
1 parent ad76d85 commit 49b4755
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/_tailwind/applications/_address_search.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<% end %>
<% end %>
</div>
<%= pa_link_to "View more trending applications", trending_applications_path, class: "text-2xl pt-6" %>
<%= pa_link_to "View more trending applications", trending_applications_path, class: "text-2xl mt-6" %>
<h2 class="text-3xl font-bold text-navy font-display">Latest applications across Australia</h2>
<div class="space-y-8">
<%# TODO: Probably want some ordering that shows applications from different places %>
Expand All @@ -39,7 +39,7 @@
<% end %>
<% end %>
</div>
<%= pa_link_to "View more latest applications", applications_path, class: "text-2xl pt-6" %>
<%= pa_link_to "View more latest applications", applications_path, class: "text-2xl mt-6" %>
</div>

<section class="py-12 mt-8 text-2xl border-t border-light-grey2 text-navy">
Expand Down

0 comments on commit 49b4755

Please sign in to comment.