Update index.html
Browse files- index.html +2 -2
index.html
CHANGED
|
@@ -5,8 +5,8 @@
|
|
| 5 |
<style>
|
| 6 |
body { margin: 0; padding: 0; }
|
| 7 |
iframe {
|
| 8 |
-
width:
|
| 9 |
-
height:
|
| 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>
|