deck: slide 4 — explicit horizontal margin on each supporter logo
Add a per-logo margin-inline so every mark carries its own breathing room and the outer logos no longer hug the screen edges. Fix the flex-wrap so the row stays on one line (the later .partner-row rule was overriding nowrap). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
7240e4bdc5
commit
1ee98e9ee8
1 changed files with 6 additions and 4 deletions
|
|
@ -559,14 +559,16 @@ img { display: block; max-width: 100%; }
|
||||||
size adjustments. Innovationsfonden is the largest footprint, BII and
|
size adjustments. Innovationsfonden is the largest footprint, BII and
|
||||||
Datatilsynet held back. (Innovationsfonden's PNG is cropped tight so its
|
Datatilsynet held back. (Innovationsfonden's PNG is cropped tight so its
|
||||||
height reads true.) */
|
height reads true.) */
|
||||||
/* Spread the logos across the full width — Innovationsfonden hard left,
|
/* Spread across the full width, with an explicit horizontal margin on
|
||||||
DCAI hard right, the rest evenly spaced between. */
|
every logo so each one carries its own breathing room (and the outer
|
||||||
.mission-logos {
|
marks no longer hug the screen edges). */
|
||||||
|
.partner-row.mission-logos {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
justify-content: space-between;
|
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 {
|
.mission-logos .partner-logo img {
|
||||||
height: clamp(34px, 4vw, 48px);
|
height: clamp(34px, 4vw, 48px);
|
||||||
max-width: clamp(140px, 18vw, 230px);
|
max-width: clamp(140px, 18vw, 230px);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue