Skip to content

Commit

Permalink
Add a little space under the illustrations
Browse files Browse the repository at this point in the history
  • Loading branch information
mlandauer committed Jun 18, 2024
1 parent 9ab6e62 commit 1266f37
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 @@ -7,7 +7,7 @@
<div class="grid md:grid-flow-col grid-rows-[repeat(3,_max-content)] auto-cols-fr gap-y-8 gap-x-16 mt-20">
<%= render Tailwind::Heading.new(tag: :h2).with_content("Most commented applications") %>
<%# Wrapping in a div to make the bottom of the illustrations match up %>
<div class="flex items-end">
<div class="flex items-end mb-4">
<%= image_tag "tailwind/illustration/people-talking.svg", alt: "" %>
</div>
<div class="space-y-8">
Expand All @@ -17,7 +17,7 @@
<%= pa_link_to "View top 20 commented applications", trending_applications_path, extra_classes: "text-xl inline-block pl-10" %>
</div>
<%= render Tailwind::Heading.new(tag: :h2, extra_classes: "mt-12 md:mt-0").with_content("Latest applications across Australia") %>
<div class="flex items-end">
<div class="flex items-end mb-4">
<%= image_tag "tailwind/illustration/houses.svg", alt: "" %>
</div>
<div class="space-y-8">
Expand Down

0 comments on commit 1266f37

Please sign in to comment.