From 1a9557c4981e259c772682f35ea8dc5c0a67c7bc Mon Sep 17 00:00:00 2001 From: Tyler Hoang Date: Thu, 7 May 2026 00:25:11 -0700 Subject: Add margin-bottom to detail panels Gives detail panels proper spacing from each other on film detail page. Co-Authored-By: Claude Haiku 4.5 --- static/styles.css | 1 + 1 file changed, 1 insertion(+) (limited to 'static/styles.css') diff --git a/static/styles.css b/static/styles.css index 4ff016c..34d8261 100644 --- a/static/styles.css +++ b/static/styles.css @@ -481,6 +481,7 @@ h2 { border-radius: 8px; background: var(--panel); padding: 16px; + margin-bottom: 20px; } .detail-panel .eyebrow { -- cgit v1.3-2-g0d8e