Skip to content

Commit

Permalink
Fix for donate box overflowing in footer right on small screens
Browse files Browse the repository at this point in the history
  • Loading branch information
mlandauer committed May 22, 2024
1 parent 013d88c commit aef31f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/_tailwind/application/_footer.html.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<footer class="bg-[#03827a] text-white font-sans text-lg py-20">
<%= render Tailwind::ContainerComponent.new do %>
<%= image_tag "tailwind/logo-white.svg", class: "w-60 mb-2", alt: "Planning Alerts", size: "240x32" %>
<div class="grid grid-cols-12 gap-8 md:gap-4">
<div class="grid grid-cols-12 gap-6 gap-y-8 md:gap-4">
<div class="col-span-12 md:col-span-5">
<div class="space-y-2">
<p>Find out what is being built and knocked down in your community and have your say.</p>
Expand Down

0 comments on commit aef31f0

Please sign in to comment.