Skip to content

Commit 020b092

Browse files
committed
Reset margin and padding for full-height layout
Updated CSS for `html` and `body` elements to include `margin: 0;` and `padding: 0;` for a cleaner layout without default spacing.
1 parent c9b73c7 commit 020b092

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/css/styles.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
html, body {
22
height: 100%;
3+
margin: 0;
4+
padding: 0;
35
}
46

57
body {

0 commit comments

Comments
 (0)