summaryrefslogtreecommitdiff
path: root/extras
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-04-26 19:57:20 +0300
committerPaul Buetow <paul@buetow.org>2026-04-26 19:57:20 +0300
commitb76149f550f735e818b3b0591ee652974ca2384a (patch)
treeb5af4f9ce0ae43b0ed8568c0ab4e44b4ed09d6a0 /extras
parent93d085c700a4737f60376ba5d3d08e68c3407dc8 (diff)
Fix header bar alignment with negative margins
Amp-Thread-ID: https://ampcode.com/threads/T-019dcaa2-5f1d-741b-a826-9658670634fb Co-authored-by: Amp <amp@ampcode.com>
Diffstat (limited to 'extras')
-rw-r--r--extras/html/themes/default/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/html/themes/default/style.css b/extras/html/themes/default/style.css
index 064c3d8..8814f48 100644
--- a/extras/html/themes/default/style.css
+++ b/extras/html/themes/default/style.css
@@ -42,7 +42,7 @@ p.header {
color: #e0e0e0;
font-family: code, monospace;
font-size: 0.9rem;
- margin: 0;
+ margin: 0 -52px;
padding: 0.7rem 52px;
border-radius: 20px 20px 0 0;
}