mirror of
https://github.com/kennethreitz/kjvstudy.org.git
synced 2026-06-05 23:00:16 +00:00
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:
@@ -36,6 +36,7 @@
|
||||
border-radius: 6px;
|
||||
margin-bottom: 1.5rem;
|
||||
background: #fff;
|
||||
max-width: 400px;
|
||||
}
|
||||
|
||||
.search-card h2 {
|
||||
|
||||
Reference in New Issue
Block a user