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