Set a maximum height for image we worked so hard to let it break all bounds
This commit is contained in:
parent
7d3fb59c4e
commit
135a2a371f
1 changed files with 2 additions and 0 deletions
|
@ -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%;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue