Fixes maximum width of images inside slideshow
This commit is contained in:
parent
d3fbd04b27
commit
d14688b511
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue