diff --git a/index.html b/index.html index 80e9943..9a59e18 100644 --- a/index.html +++ b/index.html @@ -24,12 +24,13 @@ width: 100%; display: flex; flex-direction: column; /* Change to column for vertical stacking */ + align-items: center; /* Center the iframes horizontally */ flex: 1; } iframe { flex: 1; border: none; - height: 50vh; /* Adjust to 1/2 of the viewport height */ + height: 55vh; /* Increase height by 10% */ width: 800px; /* Set fixed width */ max-width: 100%; /* Ensure it doesn't overflow on smaller screens */ } @@ -59,8 +60,8 @@