From 244ed5c2f93a9b88d612c90f6038ab4d9ec07187 Mon Sep 17 00:00:00 2001 From: Sarah Hughes Date: Wed, 23 Oct 2024 09:20:11 -0700 Subject: [PATCH 1/2] fix misaligned carousel logos --- layouts/partials/customer-logo.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/customer-logo.html b/layouts/partials/customer-logo.html index 09da761c3508..cf4c8174a3e8 100644 --- a/layouts/partials/customer-logo.html +++ b/layouts/partials/customer-logo.html @@ -19,7 +19,7 @@ {{ else if eq .logo "panther-labs" }} {{ if eq .hoverable true }} - + {{ partial "customer-logos/panther-labs-gray" }} {{ partial "customer-logos/panther-labs-color" }} @@ -30,7 +30,7 @@ {{ else if eq .logo "mercedes-benz" }} {{ if eq .hoverable true }} - + {{ partial "customer-logos/mercedes-benz-gray" }} {{ partial "customer-logos/mercedes-benz-rdna" }} From 7b66ec14745f0a459b9680484a76dfafd5c29c6c Mon Sep 17 00:00:00 2001 From: Sarah Hughes Date: Wed, 23 Oct 2024 09:36:43 -0700 Subject: [PATCH 2/2] actually fix it --- layouts/partials/customer-logo.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/customer-logo.html b/layouts/partials/customer-logo.html index cf4c8174a3e8..8950fee77860 100644 --- a/layouts/partials/customer-logo.html +++ b/layouts/partials/customer-logo.html @@ -19,7 +19,7 @@ {{ else if eq .logo "panther-labs" }} {{ if eq .hoverable true }} - + {{ partial "customer-logos/panther-labs-gray" }} {{ partial "customer-logos/panther-labs-color" }} @@ -30,7 +30,7 @@ {{ else if eq .logo "mercedes-benz" }} {{ if eq .hoverable true }} - + {{ partial "customer-logos/mercedes-benz-gray" }} {{ partial "customer-logos/mercedes-benz-rdna" }}