Spaces:
Running
Running
Update index.html
Browse files- index.html +4 -4
index.html
CHANGED
@@ -19,13 +19,13 @@
|
|
19 |
border: 1px solid #ccc;
|
20 |
border-radius: 10px;
|
21 |
overflow: hidden;
|
22 |
-
width:
|
23 |
-
height:
|
24 |
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
|
25 |
}
|
26 |
iframe {
|
27 |
-
width:
|
28 |
-
height:
|
29 |
border: none;
|
30 |
}
|
31 |
</style>
|
|
|
19 |
border: 1px solid #ccc;
|
20 |
border-radius: 10px;
|
21 |
overflow: hidden;
|
22 |
+
width: 100%;
|
23 |
+
height: 100%;
|
24 |
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
|
25 |
}
|
26 |
iframe {
|
27 |
+
width: 80%;
|
28 |
+
height: 80%;
|
29 |
border: none;
|
30 |
}
|
31 |
</style>
|