Skip to content

Commit 51442e3

Browse files
Removed HTML body default margin
1 parent aceeac4 commit 51442e3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/PlayerScripts.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ export const MAIN_SCRIPT = (
6262
<head>
6363
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
6464
<style>
65+
body {
66+
margin: 0;
67+
}
6568
.container {
6669
position: relative;
6770
width: 100%;

0 commit comments

Comments
 (0)