Update style.css
Browse files
style.css
CHANGED
|
@@ -17,17 +17,14 @@
|
|
| 17 |
|
| 18 |
.iframe-container iframe {
|
| 19 |
position: absolute;
|
| 20 |
-
top: -410px;
|
| 21 |
width: 100%;
|
| 22 |
-
height: 985px;
|
| 23 |
/* height: 1200px; */
|
| 24 |
overflow: hidden;
|
| 25 |
border-radius: 5%;
|
| 26 |
}
|
| 27 |
-
|
| 28 |
-
width: 0; /* Hide the scrollbar */
|
| 29 |
-
height: 0;
|
| 30 |
-
}
|
| 31 |
.click {
|
| 32 |
position: fixed;
|
| 33 |
bottom: 31px; /* Adjust the distance from the bottom as needed */
|
|
|
|
| 17 |
|
| 18 |
.iframe-container iframe {
|
| 19 |
position: absolute;
|
| 20 |
+
top: -410px;
|
| 21 |
width: 100%;
|
| 22 |
+
height: 985px;
|
| 23 |
/* height: 1200px; */
|
| 24 |
overflow: hidden;
|
| 25 |
border-radius: 5%;
|
| 26 |
}
|
| 27 |
+
|
|
|
|
|
|
|
|
|
|
| 28 |
.click {
|
| 29 |
position: fixed;
|
| 30 |
bottom: 31px; /* Adjust the distance from the bottom as needed */
|