From 7dc7c8cb60c2bba53f948d9eed2c34695806966b Mon Sep 17 00:00:00 2001 From: PedroEdiaz Date: Fri, 3 Oct 2025 02:51:13 -0600 Subject: [PATCH] :art: Fix page break --- static/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/static/style.css b/static/style.css index 8cee53a..0150fe3 100644 --- a/static/style.css +++ b/static/style.css @@ -99,6 +99,12 @@ main#cv grid-template-rows: max-content; } +main#cv article +{ + break-after: always; + page-break-after: always; +} + @media print , screen and (min-width:80rem) { main#cv #page1