Skip to content

Commit f395d19

Browse files
jeremymanningclaude
andcommitted
Fix mobile reflow for jump links on people/publications pages
The jump links at the top of people.html and publications.html were getting cut off on mobile due to white-space: nowrap. Added mobile override to allow wrapping with proper line-height. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent 0f77c97 commit f395d19

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

css/style.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1697,6 +1697,12 @@ body.homepage .site-header {
16971697
margin: 0 auto 20px;
16981698
}
16991699

1700+
/* Jump links - allow wrapping on mobile */
1701+
.jump-links {
1702+
white-space: normal;
1703+
line-height: 1.8;
1704+
}
1705+
17001706
/* Footer navigation - mobile layout (hamburger menu style) */
17011707
.footer-nav {
17021708
padding: 12px 0;

0 commit comments

Comments
 (0)