From 454562d763cad72e7255f61885c95ed28e4d690b Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Sat, 11 Feb 2023 20:52:54 +0800 Subject: [PATCH] Another header width fix --- src/app.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app.css b/src/app.css index ad3b6617..5641ae05 100644 --- a/src/app.css +++ b/src/app.css @@ -130,6 +130,7 @@ a[href^='http'][rel*='nofollow']:visited:not(:has(div)) { .deck > header .header-grid h1:first-child { text-align: left; padding-left: 8px; + width: max-content; } .deck h2 { font-size: 1.45em;