Skip to content

Commit a86c9bf

Browse files
committed
Remove redundant rule from print styles
Normalize.css is already setting the margin on the body element to 0 [1], so there's no need to do the same in the print styles. [1] https://github.com/necolas/normalize.css/blob/fc091cce1534909334c1911709a39c22d406977b/normalize.css#L24C4-L25C2
1 parent 05faf53 commit a86c9bf

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Buttercup.Web/styles/print.less

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
body {
2-
margin: 0;
3-
}
4-
51
h1 {
62
text-align: center;
73
}

0 commit comments

Comments
 (0)