Skip to content

Commit c1e1b32

Browse files
jeremymanningclaude
andcommitted
Increase content text font sizes to 14px minimum
- Publication citations and links: 11px → 14px - Personnel bios: 13px → 14px - Alumni section text: 13px → 14px 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 0394642 commit c1e1b32

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

css/style.css

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ p strong {
293293

294294
.page-intro {
295295
margin-bottom: 30px;
296-
font-size: 14px;
296+
font-size: 15px;
297297
line-height: 1.7;
298298
}
299299

@@ -384,13 +384,13 @@ hr, .divider {
384384
}
385385

386386
.person-card h3 {
387-
font-size: 16px;
387+
font-size: 17px;
388388
margin-bottom: 22px;
389389
line-height: 1.5;
390390
}
391391

392392
.person-card p {
393-
font-size: 12px;
393+
font-size: 14px;
394394
line-height: 1.8;
395395
margin-bottom: 0;
396396
}
@@ -416,7 +416,7 @@ hr, .divider {
416416
}
417417

418418
.publication-card h4 {
419-
font-size: 14px;
419+
font-size: 15px;
420420
text-transform: uppercase;
421421
letter-spacing: 0.8px;
422422
margin-bottom: 15px;
@@ -434,13 +434,13 @@ hr, .divider {
434434
}
435435

436436
.publication-card p {
437-
font-size: 11px;
437+
font-size: 14px;
438438
margin-bottom: 8px;
439439
line-height: 1.7;
440440
}
441441

442442
.publication-links {
443-
font-size: 11px;
443+
font-size: 14px;
444444
}
445445

446446
.publication-links a {
@@ -628,14 +628,14 @@ hr, .divider {
628628
}
629629

630630
#lab-alumni p {
631-
font-size: 12px;
631+
font-size: 14px;
632632
line-height: 1.7;
633633
margin-bottom: 0;
634634
}
635635

636636
/* Alumni List - Two columns on desktop */
637637
.alumni-list {
638-
font-size: 12px;
638+
font-size: 14px;
639639
line-height: 1.7;
640640
column-count: 2;
641641
column-gap: 30px;

0 commit comments

Comments
 (0)