fix iframe height

This commit is contained in:
Ariel Weinberger
2025-07-18 14:29:47 -05:00
parent 9eeffc6256
commit b364dc2d2c
@@ -119,13 +119,17 @@
<style lang="scss">
.iframe-container {
height: 100%;
@media (min-width: 768px) {
flex-grow: 1;
height: auto;
}
}
.frame-container iframe {
height: 100%;
width: 100%;
}
.mobile-container {
width: 400px;
margin: 0 auto;