Skip to content

Commit

Permalink
Merge pull request #1 from benschwarz/patch-1
Browse files Browse the repository at this point in the history
Allow venue image to be full width on mobile
  • Loading branch information
radar authored Jun 4, 2024
2 parents 4d2555e + 40c803a commit 2f2a239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/parts/_the-venue.html.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="flex">
<div class="mx-auto text-center">
<h2>Venue</h2>
<%= image_tag 'house.jpeg', alt: 'Warra Gnan Coastal Camp', class: 'mx-auto my-4 rounded-lg' %>
<%= image_tag 'house.jpeg', alt: 'Warra Gnan Coastal Camp', class: 'max-w-full my-4 rounded-lg' %>
<div class="blurb">
<p><a target="_blank" href="https://maps.app.goo.gl/dqC2XaLUVQwCA1e56">
Warra Gnan Coastal Camp,
Expand Down

0 comments on commit 2f2a239

Please sign in to comment.