diff options
| author | Tyler Hoang <tyler@tylerhoang.xyz> | 2026-05-07 00:25:11 -0700 |
|---|---|---|
| committer | Tyler Hoang <tyler@tylerhoang.xyz> | 2026-05-07 00:25:11 -0700 |
| commit | 1a9557c4981e259c772682f35ea8dc5c0a67c7bc (patch) | |
| tree | 4638e0f7ebeff4fc8ceb41841768c4a19f5b3c46 /static/styles.css | |
| parent | 7e45acf3a384a5c41d3fbd7a9b017ae7f76f1aa8 (diff) | |
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 <noreply@anthropic.com>
Diffstat (limited to 'static/styles.css')
| -rw-r--r-- | static/styles.css | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |
