Skip to content

Commit df5d884

Browse files
committed
Fix bug with badly closed tag
1 parent 355e02e commit df5d884

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/views/home/index.html.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<%= render "hero" %>
22

3-
<section class="max-w-screen-xl mx-auto px-4 lg:px-6 pt-4 pb-10"
3+
<section class="max-w-screen-xl mx-auto px-4 lg:px-6 pt-4 pb-6">
44
<h2 class="text-lg font-semibold mb-4">
5-
Our latest additions-8
5+
Our latest additions
66
</h2>
77
<div class="grid grid-cols-12 gap-x-4 gap-y-6">
88
<% @locations.each do |location| %>

0 commit comments

Comments
 (0)