divers
This commit is contained in:
@@ -21,10 +21,10 @@
|
||||
|
||||
|
||||
|
||||
.print-header img {
|
||||
width: 2cm;
|
||||
height: auto;
|
||||
}
|
||||
// .print-header img {
|
||||
// width: 2cm;
|
||||
// height: auto;
|
||||
// }
|
||||
|
||||
.print-header__text {
|
||||
text-transform: uppercase;
|
||||
@@ -260,4 +260,37 @@
|
||||
}
|
||||
}
|
||||
|
||||
@media print {
|
||||
.path-projets-complets {
|
||||
.layout-content {
|
||||
width: 100% !important;
|
||||
margin: 0 auto !important;
|
||||
}
|
||||
|
||||
.projet-content {
|
||||
display: block !important;
|
||||
}
|
||||
|
||||
.field--name-field-photo {
|
||||
.field__items {
|
||||
display: block !important;
|
||||
height: auto !important;
|
||||
}
|
||||
|
||||
.field__item {
|
||||
display: block !important;
|
||||
aspect-ratio: auto !important;
|
||||
overflow: visible !important;
|
||||
margin-bottom: 4mm;
|
||||
}
|
||||
|
||||
.field__item img {
|
||||
width: 100% !important;
|
||||
height: auto !important;
|
||||
object-fit: contain !important;
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -21,7 +21,7 @@
|
||||
.path-projets-complets {
|
||||
|
||||
.layout-content{
|
||||
width: 80vw;
|
||||
// width: 80vw;
|
||||
|
||||
.print-header {
|
||||
position: absolute;
|
||||
|
||||
Reference in New Issue
Block a user