imposition planche
This commit is contained in:
parent
fcf33d3c79
commit
5afef4d2d4
9 changed files with 104 additions and 7 deletions
|
|
@ -80,7 +80,7 @@
|
|||
height: calc(var(--pagedjs-pagebox-height) + var(--bleed-images)*2);
|
||||
top: calc((var(--pagedjs-margin-top) + var(--bleed-images))*-1);
|
||||
left: calc((var(--pagedjs-margin-left) + var(--bleed-images))*-1);
|
||||
z-index: -1;
|
||||
/* z-index: -1; */
|
||||
}
|
||||
|
||||
|
||||
|
|
@ -94,7 +94,7 @@
|
|||
|
||||
.portfolio-spread figure{
|
||||
position: absolute;
|
||||
z-index: -1;
|
||||
/* z-index: -1; */
|
||||
width: calc(var(--pagedjs-pagebox-width) * 2 + var(--bleed-images));
|
||||
height: calc(var(--pagedjs-pagebox-height) + var(--bleed-images));
|
||||
top: calc((var(--pagedjs-margin-top) + var(--bleed-images))*-1);
|
||||
|
|
@ -231,7 +231,7 @@ break-before: right;
|
|||
|
||||
|
||||
|
||||
/* ------ DOUBLE PAGE ------- */
|
||||
/* ------ DOUBLE PAGE (SUPPRIMER) ------- */
|
||||
|
||||
.spread{
|
||||
position: absolute;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue