From 1b6274934e7039967a276cfd2ffa9698bde1ce00 Mon Sep 17 00:00:00 2001 From: adrien Date: Sun, 18 Jan 2026 14:59:11 +0100 Subject: [PATCH] impression --- index.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index d3eac9e..e70e9c7 100644 --- a/index.html +++ b/index.html @@ -20,7 +20,7 @@ body { min-height: var(--vph); } -@media (min-height: 600px) { +@media screen and (min-height: 600px) { body { height: var(--vph); } @@ -61,6 +61,13 @@ body > main { .reponse::before { content: "😸 "; } + +@media print { + #bouton_synthese_vocale, + #formulaire{ + display: none !important; + } +}