Make featured image full-browser width, no matter what

This commit is contained in:
benjamin melançon 2019-08-01 23:27:36 -04:00
parent 2e15dd02ad
commit a22bed986f

View file

@ -13,3 +13,16 @@
padding-right: 1rem;
}
}
.featured-image figure.image {
width: 100vw;
position: relative;
left: 50%;
right: 50%;
margin-left: -50vw;
margin-right: -50vw;
img {
width: 100%;
}
}