diff --git a/index.html b/index.html index 1c2dba7..80e9943 100644 --- a/index.html +++ b/index.html @@ -29,7 +29,9 @@ iframe { flex: 1; border: none; - height: 33%; /* Adjust to 1/3 of the viewport height */ + height: 50vh; /* Adjust to 1/2 of the viewport height */ + width: 800px; /* Set fixed width */ + max-width: 100%; /* Ensure it doesn't overflow on smaller screens */ } .buttons { width: 100%; @@ -61,8 +63,8 @@
- - + +