From b76149f550f735e818b3b0591ee652974ca2384a Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 26 Apr 2026 19:57:20 +0300 Subject: Fix header bar alignment with negative margins Amp-Thread-ID: https://ampcode.com/threads/T-019dcaa2-5f1d-741b-a826-9658670634fb Co-authored-by: Amp --- extras/html/themes/default/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extras') 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; } -- cgit v1.2.3