impression
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user