From 0014fad5d40db4d652ca1510c2d797060064d23e Mon Sep 17 00:00:00 2001 From: Brandon Romano Date: Wed, 13 May 2020 16:36:04 -0700 Subject: [PATCH] Fix logo alignment bug --- website/components/case-study-carousel/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/components/case-study-carousel/style.css b/website/components/case-study-carousel/style.css index 039ec9a50..fbd4c32ec 100644 --- a/website/components/case-study-carousel/style.css +++ b/website/components/case-study-carousel/style.css @@ -43,6 +43,7 @@ width: 100%; & .mono-logos { + align-items: baseline; display: flex; justify-content: center; max-width: 750px; @@ -51,6 +52,7 @@ flex-wrap: wrap; & > img { + height: 100%; max-height: 40px; width: 33.33%; padding: 0 30px;