From 4d393d6d8b8609c492f3050a10428fe52644caa2 Mon Sep 17 00:00:00 2001 From: Jarno Rankinen Date: Sun, 11 Feb 2024 00:51:16 +0200 Subject: [PATCH] Remove forced page change before education --- static/css/base.css | 2 -- static/css/base.scss | 3 --- static/css/light-style.css | 2 -- 3 files changed, 7 deletions(-) diff --git a/static/css/base.css b/static/css/base.css index 0a16986..1799633 100644 --- a/static/css/base.css +++ b/static/css/base.css @@ -85,8 +85,6 @@ body { display: none; } .item { page-break-inside: avoid; } - .education { - page-break-before: always; } html { color-adjust: exact; } footer { diff --git a/static/css/base.scss b/static/css/base.scss index eea9914..4eb70d1 100644 --- a/static/css/base.scss +++ b/static/css/base.scss @@ -110,9 +110,6 @@ body { .item { page-break-inside: avoid; } - .education { - page-break-before: always; - } html { color-adjust: exact; } diff --git a/static/css/light-style.css b/static/css/light-style.css index 7995ef6..5b9390d 100644 --- a/static/css/light-style.css +++ b/static/css/light-style.css @@ -90,8 +90,6 @@ body { display: none; } .item { page-break-inside: avoid; } - .education { - page-break-before: always; } html { color-adjust: exact; } footer {