Fixes maximum width of images inside slideshow

This commit is contained in:
mateuswetah 2021-10-22 11:07:40 -03:00
parent d3fbd04b27
commit d14688b511
1 changed files with 1 additions and 1 deletions

View File

@ -236,7 +236,7 @@
&>div video,
&>div.tainacan-embed-container {
width: 100%;
max-width: 100vh;
max-width: 100vw;
text-align: center;
color: var(--tainacan-white);
max-height: calc(100vh - 115px);