Update style.css
Browse files
style.css
CHANGED
@@ -17,7 +17,7 @@
|
|
17 |
|
18 |
.iframe-container iframe {
|
19 |
position: absolute;
|
20 |
-
top: -
|
21 |
width: 100%;
|
22 |
height: 985px; /* Set the total height of your iframe content (visible + hidden) */
|
23 |
/* height: 1200px; */
|
|
|
17 |
|
18 |
.iframe-container iframe {
|
19 |
position: absolute;
|
20 |
+
top: -420px; /* Shift the iframe content up by 100px to hide the top portion */
|
21 |
width: 100%;
|
22 |
height: 985px; /* Set the total height of your iframe content (visible + hidden) */
|
23 |
/* height: 1200px; */
|