Fix agent-info-link not covering bottom margin

Adjusted negative margins so the clickable link area stays within
proper bounds and doesn't overlap the spacing below agent-info.

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

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Hanson.xyz Dev
2025-12-01 01:07:40 -06:00
parent 217c6ce8d6
commit d676cad93f
2 changed files with 6 additions and 2 deletions
File diff suppressed because one or more lines are too long
@@ -348,7 +348,7 @@
text-decoration: none;
color: inherit;
border-radius: 0.375rem;
margin: -0.5rem;
margin: -0.5rem -0.5rem 1rem -0.5rem;
padding: 0.5rem;
&:hover {
@@ -358,6 +358,10 @@
color: var(--color-accent-light);
}
}
.agent-info {
margin-bottom: 0;
}
}
.agent-card-header {