diff --git a/assets/css/deck.css b/assets/css/deck.css index c9cb250..d6163d2 100644 --- a/assets/css/deck.css +++ b/assets/css/deck.css @@ -559,14 +559,16 @@ img { display: block; max-width: 100%; } size adjustments. Innovationsfonden is the largest footprint, BII and Datatilsynet held back. (Innovationsfonden's PNG is cropped tight so its height reads true.) */ -/* Spread the logos across the full width — Innovationsfonden hard left, - DCAI hard right, the rest evenly spaced between. */ -.mission-logos { +/* Spread across the full width, with an explicit horizontal margin on + every logo so each one carries its own breathing room (and the outer + marks no longer hug the screen edges). */ +.partner-row.mission-logos { width: 100%; flex-wrap: nowrap; justify-content: space-between; - gap: clamp(1rem, 2.5vw, 2.5rem); + gap: 0; } +.mission-logos .partner-logo { margin-inline: clamp(0.5rem, 1.4vw, 1.7rem); } .mission-logos .partner-logo img { height: clamp(34px, 4vw, 48px); max-width: clamp(140px, 18vw, 230px);