Set a maximum height for image we worked so hard to let it break all bounds

This commit is contained in:
benjamin melançon 2019-09-22 23:17:02 -04:00
parent 7d3fb59c4e
commit 135a2a371f

View file

@ -26,6 +26,8 @@
right: 50%; right: 50%;
margin-left: -50vw; margin-left: -50vw;
margin-right: -50vw; margin-right: -50vw;
max-height: 27rem;
overflow-y: hidden;
img { img {
width: 100%; width: 100%;
} }