From 8a00360ed283dca54ad27bf48cc2db8712bc546d Mon Sep 17 00:00:00 2001 From: Jonathan Hvid Date: Thu, 18 Jun 2026 16:19:46 +0200 Subject: [PATCH] =?UTF-8?q?deck:=20slide=204=20=E2=80=94=20tighten=20missi?= =?UTF-8?q?on-logo=20spacing=20~25%=20via=20row=20padding?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.8 (1M context) --- assets/css/deck.css | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/css/deck.css b/assets/css/deck.css index 4631bf6..0587b4e 100644 --- a/assets/css/deck.css +++ b/assets/css/deck.css @@ -567,6 +567,7 @@ img { display: block; max-width: 100%; } flex-wrap: nowrap; justify-content: space-between; gap: 0; + padding-inline: 5%; /* pull edges in → shrinks every space-between gap ~25% */ } .mission-logos .partner-logo { margin-inline: clamp(0.32rem, 0.9vw, 1.09rem); } /* -20%, then -20% */ .mission-logos .partner-logo img {