Skip to content

Commit

Permalink
Make the logos a little larger
Browse files Browse the repository at this point in the history
  • Loading branch information
mlandauer committed Aug 27, 2024
1 parent cdc0870 commit d9e1c23
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/views/documentation/api_landing.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -218,10 +218,10 @@
<section class="pt-12 pb-32 text-xl border-t border-light-grey2 text-navy">
<%= render HeadingComponent.new(tag: :h2, extra_classes: "mb-16").with_content("Some of our customers") %>
<ul class="grid items-center grid-cols-1 gap-x-16 gap-y-8 sm:grid-cols-4">
<li class="max-w-40"><%= image_tag "customers/domain-group.svg" %></li>
<li class="max-w-40"><%= image_tag "customers/property-dollar.png" %></li>
<li class="max-w-40"><%= image_tag "customers/valocity.webp" %></li>
<li class="max-w-40"><%= image_tag "customers/nurture-cloud.svg" %></li>
<li class="max-w-52"><%= image_tag "customers/domain-group.svg" %></li>
<li class="max-w-52"><%= image_tag "customers/property-dollar.png" %></li>
<li class="max-w-52"><%= image_tag "customers/valocity.webp" %></li>
<li class="max-w-52"><%= image_tag "customers/nurture-cloud.svg" %></li>
</ul>
</section>

Expand Down

0 comments on commit d9e1c23

Please sign in to comment.