Image double page
This commit is contained in:
+19
-1
@@ -43,7 +43,7 @@
|
||||
}
|
||||
|
||||
.cover-right {
|
||||
background-position: -148mm 50%;
|
||||
background-position: -$largeur 50%;
|
||||
}
|
||||
|
||||
.grow {
|
||||
@@ -75,3 +75,21 @@
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
#image-3,#image-3-end{
|
||||
position: absolute;
|
||||
max-width: none;
|
||||
width: 276mm;
|
||||
}
|
||||
|
||||
#image-3{
|
||||
margin-right: calc(-#{$marge} - #{$fond-perdu});
|
||||
right:0;
|
||||
object-position: calc(276mm / 2) 0;
|
||||
}
|
||||
|
||||
#image-3-end{
|
||||
margin-left: calc(-#{$marge} - #{$fond-perdu});
|
||||
left:0;
|
||||
object-position: calc(-276mm / 2) 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user