From f9538406d1340c39c6534dcec1c01dfe04d8a246 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 5 Nov 2024 09:48:10 +0000 Subject: [PATCH] Handle page breaks for manual headers --- epicyon-profile.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/epicyon-profile.css b/epicyon-profile.css index 4ea4c13fd..96289ded3 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -1203,6 +1203,11 @@ h3 { color: var(--verified-site-color) } +h1, h2, h3, h4, h5, h6 { + break-after: avoid; + break-inside: avoid; +} + @media screen and (min-width: 400px) { body, html { background-color: var(--main-bg-color);