Skip to content

Commit cc89188

Browse files
ferr079claude
andcommitted
fix: add missing .tech-logo CSS on cybersecurite pages
Icons were rendering at full SVG size (no width/height constraint). Added .tech-logo { width: 1.5rem; height: 1.5rem } to both EN + FR. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
1 parent ed38ec4 commit cc89188

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

src/pages/cybersecurite.astro

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,12 @@ try {
371371
font-weight: 700;
372372
}
373373

374+
.tech-logo {
375+
width: 1.5rem;
376+
height: 1.5rem;
377+
flex-shrink: 0;
378+
}
379+
374380
.layer-header h2 {
375381
font-size: 1.4rem;
376382
margin-bottom: 0;

src/pages/fr/cybersecurite.astro

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,12 @@ try {
371371
font-weight: 700;
372372
}
373373

374+
.tech-logo {
375+
width: 1.5rem;
376+
height: 1.5rem;
377+
flex-shrink: 0;
378+
}
379+
374380
.layer-header h2 {
375381
font-size: 1.4rem;
376382
margin-bottom: 0;

0 commit comments

Comments
 (0)