Limit search box width on family tree page

Set max-width: 400px on search card to prevent it from being too wide

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-11-29 17:59:29 -05:00
parent 8228341fcd
commit a9533f38dc
+1
View File
@@ -36,6 +36,7 @@
border-radius: 6px;
margin-bottom: 1.5rem;
background: #fff;
max-width: 400px;
}
.search-card h2 {