Skip to content

Commit 9e743bc

Browse files
fix(style): add CSS reset to remove border, margin, padding
1 parent 01431da commit 9e743bc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/style.css

+8
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1+
* {
2+
border: 0;
3+
margin: 0;
4+
padding: 0;
5+
}
6+
17
html,
28
body {
9+
width: 100%;
10+
height: 100%;
311
overflow: hidden;
412
}

0 commit comments

Comments
 (0)