victor HF staff commited on
Commit
3c762ed
·
1 Parent(s): 17e6f6f

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -6,7 +6,7 @@
6
  <title>My static Space</title>
7
  <link rel="stylesheet" href="style.css" />
8
  </head>
9
- <body style="width: 100vw; height: 100vh;">
10
  <iframe class="airtable-embed" src="https://airtable.com/embed/shrnthGcOU1zaeQD1?backgroundColor=red&viewControls=on" frameborder="0" onmousewheel="" width="100%" height="100%" style="background: transparent; border: 1px solid #ccc;"></iframe>
11
  </body>
12
  </html>
 
6
  <title>My static Space</title>
7
  <link rel="stylesheet" href="style.css" />
8
  </head>
9
+ <body style="width: 100%; height: 100%">
10
  <iframe class="airtable-embed" src="https://airtable.com/embed/shrnthGcOU1zaeQD1?backgroundColor=red&viewControls=on" frameborder="0" onmousewheel="" width="100%" height="100%" style="background: transparent; border: 1px solid #ccc;"></iframe>
11
  </body>
12
  </html>