Skip to content

Commit 6711ac7

Browse files
committed
Updated index.html
1 parent 1cea091 commit 6711ac7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/new_release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,10 @@ jobs:
5757
<title>GitHub Pages deployed!</title>
5858
</head>
5959
<body>
60-
<iframe src="./main.pdf" width="100%" height="100%" frameborder="0">
61-
</iframe>
60+
<div style="position: absolute; left: 0; right: 0; bottom: 0; top: 0;">
61+
<iframe src="./main.pdf" width="100%" height="100%" frameborder="0">
62+
</iframe>
63+
</div>
6264
</body>
6365
</html>
6466
EOL

0 commit comments

Comments
 (0)