enleve double footer print

This commit is contained in:
2026-05-22 14:49:13 +02:00
parent 9d9b18c16e
commit ecfa6c747e
4 changed files with 9 additions and 12 deletions
-6
View File
@@ -495,12 +495,6 @@ svg.ext {
.path-projets-complets .view-projets .field--name-field-encours-fini {
display: none;
}
@media screen {
.path-projets-complets .view-projets .node-type-projet {
visibility: hidden;
}
}
@media print {
* {
box-shadow: none !important;
@@ -207,9 +207,9 @@
// ///// ///////////
@media screen {
.node-type-projet {
visibility: hidden;
}
// .node-type-projet {
// visibility: hidden;
// }
}
}
@@ -402,4 +402,7 @@
margin-bottom: 1rem;
}
}
.field--name-field-texte{
}
}
@@ -80,9 +80,9 @@
{{ page.footer_bottom_right }}
</section>
</footer>
<div class="print print-only back-cover no-print-after">{# div pour 4eme de couverture print only #}
{{ page.footer_bottom_left }}
{# <div class="print print-only back-cover no-print-after">{# div pour 4eme de couverture print only #}
{# {{ page.footer_bottom_left }}
{{ page.footer_bottom_middle }}
</div>
</div> #}
</div>{# /.layout-container #}