From 06a0898320dc7cd216718042966b773fb43e073b Mon Sep 17 00:00:00 2001 From: Matan Borenkraout Date: Fri, 11 Mar 2022 14:23:28 +0200 Subject: [PATCH] fix: adjust width correctly to prevent overflow --- src/css/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/custom.css b/src/css/custom.css index e348b23a9..6107675e5 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -370,7 +370,6 @@ html[data-theme='dark'] { .productShowcaseSection .logos img { max-height: 64px; padding: 20px; - width: 64px; } } @@ -395,6 +394,7 @@ html[data-theme='dark'] { display: flex; flex-flow: row wrap; justify-content: center; + width: 100%; } .showcaseSection .logos img {