Skip to content

Commit 5c4e70b

Browse files
ferr079claude
andcommitted
style: remove max-width: 42rem on subtitles and crosslinks
Hero subtitles now use full container width, matching body text. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 938a044 commit 5c4e70b

16 files changed

Lines changed: 0 additions & 28 deletions

src/pages/about.astro

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,6 @@ const skills = [
287287
.subtitle {
288288
color: var(--color-text-muted);
289289
font-size: 1.1rem;
290-
max-width: 42rem;
291290
}
292291

293292
/* Layers */
@@ -530,7 +529,6 @@ const skills = [
530529
font-size: 0.85rem;
531530
color: var(--color-text-muted);
532531
line-height: 1.5;
533-
max-width: 42rem;
534532
}
535533

536534
.crosslink-arrow {

src/pages/cybersecurite.astro

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,6 @@ try {
348348
.subtitle {
349349
color: var(--color-text-muted);
350350
font-size: 1.1rem;
351-
max-width: 42rem;
352351
}
353352

354353
/* Layers */
@@ -659,7 +658,6 @@ try {
659658
font-size: 0.85rem;
660659
color: var(--color-text-muted);
661660
line-height: 1.5;
662-
max-width: 42rem;
663661
}
664662

665663
.crosslink-arrow {

src/pages/fr/about.astro

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,6 @@ const skills = [
287287
.subtitle {
288288
color: var(--color-text-muted);
289289
font-size: 1.1rem;
290-
max-width: 42rem;
291290
}
292291

293292
/* Layers */
@@ -530,7 +529,6 @@ const skills = [
530529
font-size: 0.85rem;
531530
color: var(--color-text-muted);
532531
line-height: 1.5;
533-
max-width: 42rem;
534532
}
535533

536534
.crosslink-arrow {

src/pages/fr/cybersecurite.astro

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,6 @@ try {
348348
.subtitle {
349349
color: var(--color-text-muted);
350350
font-size: 1.1rem;
351-
max-width: 42rem;
352351
}
353352

354353
/* Layers */
@@ -659,7 +658,6 @@ try {
659658
font-size: 0.85rem;
660659
color: var(--color-text-muted);
661660
line-height: 1.5;
662-
max-width: 42rem;
663661
}
664662

665663
.crosslink-arrow {

src/pages/fr/ia.astro

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,6 @@ import StatsBar from '../../components/StatsBar.astro';
277277
.subtitle {
278278
color: var(--color-text-muted);
279279
font-size: 1.1rem;
280-
max-width: 42rem;
281280
}
282281

283282
/* Layers */
@@ -585,7 +584,6 @@ import StatsBar from '../../components/StatsBar.astro';
585584
font-size: 0.85rem;
586585
color: var(--color-text-muted);
587586
line-height: 1.5;
588-
max-width: 42rem;
589587
}
590588

591589
.crosslink-arrow {

src/pages/fr/infrastructure.astro

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,6 @@ const monitoringSlides = [
568568
.subtitle {
569569
color: var(--color-text-muted);
570570
font-size: 1.1rem;
571-
max-width: 42rem;
572571
}
573572

574573
/* Layers */

src/pages/fr/journal.astro

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ function formatDate(date: Date): string {
8787
.subtitle {
8888
color: var(--color-text-muted);
8989
font-size: 1.1rem;
90-
max-width: 42rem;
9190
}
9291

9392
/* Entries */

src/pages/fr/projets.astro

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,6 @@ import Base from '../../layouts/Base.astro';
494494
.subtitle {
495495
color: var(--color-text-muted);
496496
font-size: 1.1rem;
497-
max-width: 42rem;
498497
}
499498

500499
/* Projects */
@@ -720,7 +719,6 @@ import Base from '../../layouts/Base.astro';
720719
font-size: 0.85rem;
721720
color: var(--color-text-muted);
722721
line-height: 1.5;
723-
max-width: 42rem;
724722
}
725723

726724
.crosslink-arrow {

src/pages/fr/securite.astro

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,6 @@ import StatsBar from '../../components/StatsBar.astro';
321321
.subtitle {
322322
color: var(--color-text-muted);
323323
font-size: 1.1rem;
324-
max-width: 42rem;
325324
}
326325

327326
/* Layers */
@@ -493,7 +492,6 @@ import StatsBar from '../../components/StatsBar.astro';
493492
font-size: 0.85rem;
494493
color: var(--color-text-muted);
495494
line-height: 1.5;
496-
max-width: 42rem;
497495
}
498496

499497
.crosslink-arrow {

src/pages/fr/symbiose.astro

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,6 @@ import StatsBar from '../../components/StatsBar.astro';
210210
.subtitle {
211211
color: var(--color-text-muted);
212212
font-size: 1.1rem;
213-
max-width: 42rem;
214213
}
215214

216215
/* Layers */
@@ -424,7 +423,6 @@ import StatsBar from '../../components/StatsBar.astro';
424423
font-size: 0.85rem;
425424
color: var(--color-text-muted);
426425
line-height: 1.5;
427-
max-width: 42rem;
428426
}
429427

430428
.crosslink-arrow {

0 commit comments

Comments
 (0)