LLMArena commited on
Commit
3eb9026
·
verified ·
1 Parent(s): df37b3e

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -2
index.html CHANGED
@@ -5,8 +5,8 @@
5
  <style>
6
  body { margin: 0; padding: 0; }
7
  iframe {
8
- width: 100vw;
9
- height: 100vh;
10
  border: none;
11
  }
12
  </style>
 
5
  <style>
6
  body { margin: 0; padding: 0; }
7
  iframe {
8
+ width: 100%;
9
+ height: 100%;
10
  border: none;
11
  }
12
  </style>