impression

This commit is contained in:
2026-01-18 14:59:11 +01:00
parent 9782288596
commit 1b6274934e

View File

@@ -20,7 +20,7 @@ body {
min-height: var(--vph); min-height: var(--vph);
} }
@media (min-height: 600px) { @media screen and (min-height: 600px) {
body { body {
height: var(--vph); height: var(--vph);
} }
@@ -61,6 +61,13 @@ body > main {
.reponse::before { .reponse::before {
content: "😸 "; content: "😸 ";
} }
@media print {
#bouton_synthese_vocale,
#formulaire{
display: none !important;
}
}
</style> </style>
</head> </head>