Normalize converter labels and fix card grid sizing

This commit is contained in:
Codex Agent
2026-03-08 05:14:22 +00:00
parent cf74f06de0
commit 328b0ece6a
3 changed files with 76 additions and 1 deletions

View File

@@ -14,7 +14,9 @@
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 0.6rem;
min-height: 132px;
padding: 1.5rem 1rem;
background: var(--card-bg);
border: 1px solid var(--border);