Skip to content

Commit

Permalink
fix misaligned carousel logos (#13160)
Browse files Browse the repository at this point in the history
* fix misaligned carousel logos

* actually fix it
  • Loading branch information
shughes26 authored Oct 23, 2024
1 parent 7884c07 commit 6bf7a2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layouts/partials/customer-logo.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
{{ else if eq .logo "panther-labs" }}
<span class="w-full h-full flex">
{{ if eq .hoverable true }}
<span class="ro-hoverable">
<span class="ro-hoverable content-center">
<span class="ro-gray">{{ partial "customer-logos/panther-labs-gray" }}</span>
<span class="ro-color">{{ partial "customer-logos/panther-labs-color" }}</span>
</span>
Expand All @@ -30,7 +30,7 @@
{{ else if eq .logo "mercedes-benz" }}
<span class="w-full h-full flex">
{{ if eq .hoverable true }}
<span class="ro-hoverable">
<span class="ro-hoverable content-center">
<span class="ro-gray">{{ partial "customer-logos/mercedes-benz-gray" }}</span>
<span class="ro-color">{{ partial "customer-logos/mercedes-benz-rdna" }}</span>
</span>
Expand Down

0 comments on commit 6bf7a2c

Please sign in to comment.