From f75321b2c1b36d27c46c6bfd809699e3bdd817e9 Mon Sep 17 00:00:00 2001 From: Paul Bakaus Date: Tue, 16 Dec 2025 18:24:20 -0800 Subject: [PATCH] Increase impeccable-card height for bottom breathing room MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- public/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/main.css b/public/css/main.css index ae41fc7f9..05fc36e49 100644 --- a/public/css/main.css +++ b/public/css/main.css @@ -587,7 +587,7 @@ code { /* Impeccable Card - With Design Skills */ .impeccable-card { width: 280px; - height: 280px; + height: 300px; background: var(--color-paper); border: 1px solid var(--color-mist); padding: var(--spacing-lg);