diff --git a/style.css b/style.css index c5d5467..c3be129 100644 --- a/style.css +++ b/style.css @@ -93,8 +93,8 @@ table{ border-spacing: 0; } iframe{ - width: max-content; - height: max-content; + width: 100%; + height: 100%; border: none; background: rgba(255, 255, 255, 0.5); }