From e40757b5fbe00fb725a0318e52837781194dfa8c Mon Sep 17 00:00:00 2001 From: CherryKitten Date: Thu, 16 May 2024 12:33:43 +0200 Subject: [PATCH] better print css --- sass/main.scss | 3 +++ templates/index.html | 2 +- templates/macros/menu.html | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/sass/main.scss b/sass/main.scss index 2b13455..b47ac2c 100644 --- a/sass/main.scss +++ b/sass/main.scss @@ -279,5 +279,8 @@ hr { p, table { break-inside: avoid-page; } + .noprint { + display: none; + } } diff --git a/templates/index.html b/templates/index.html index 8d45a38..db8ce96 100644 --- a/templates/index.html +++ b/templates/index.html @@ -92,7 +92,7 @@ {% block footer %} -