images pleines pages

This commit is contained in:
2019-09-24 17:55:06 +02:00
parent f6099c6ab6
commit 9dac33229a
3 changed files with 12 additions and 6 deletions
+1 -1
View File
@@ -1 +1 @@
export default 1569307322706
export default 1569330892613
+4 -4
View File
@@ -22,10 +22,10 @@
.image-bleed {
position: absolute;
width: calc(100% + #{$fond-perdu} * 2);
height: calc(100% + #{$fond-perdu} * 2);
margin-left: -$fond-perdu;
margin-top: -$fond-perdu;
width: calc(100% + #{$fond-perdu} * 6);
height: calc(100% + #{$fond-perdu} * 6);
margin-left: -$fond-perdu - 16;
margin-top: -$fond-perdu - 16;
}
.image-cover {
+7 -1
View File
@@ -20,7 +20,7 @@
margin: 0;
padding: 0;
background-color: white;
background-size: cover;
}
@@ -43,6 +43,7 @@
margin-top: 0;
padding-top: 0;
width: 250px;
background-color: white;
}
.table-of-content {
@@ -162,3 +163,8 @@ strong {
font-size: 14pt;
line-height: 18pt;
}
// .column .image-cover .image-bleed {
// margin:0;
//
// }