Skip to content

Commit c6a6bf7

Browse files
jeremymanningclaude
andcommitted
Fix lab director section layout on mobile
- Stack image and text vertically on mobile view - Reset negative margin on director figure for mobile 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 0f18638 commit c6a6bf7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

css/style.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1404,10 +1404,15 @@ body.homepage .site-header {
14041404
}
14051405

14061406
.two-column,
1407-
.two-column.reverse {
1407+
.two-column.reverse,
1408+
.two-column.lab-director {
14081409
grid-template-columns: 1fr;
14091410
}
14101411

1412+
.two-column.lab-director figure {
1413+
margin-top: 0; /* Reset negative margin on mobile */
1414+
}
1415+
14111416
/* People grid - single column on mobile */
14121417
.people-grid {
14131418
grid-template-columns: 1fr;

0 commit comments

Comments
 (0)