Skip to content

Commit 97fd5ea

Browse files
committed
💄 🎨 cleans up css a bit
1 parent cf2062f commit 97fd5ea

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

style.css

+1-12
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
* {
2-
/*padding: 0;
3-
margin: 0;*/
4-
}
5-
6-
html, body, table, tr, td {
1+
html, body {
72
margin: 0;
83
padding: 0;
94
}
@@ -53,9 +48,3 @@ h5 {
5348
h6 {
5449
font-size: 12px
5550
}
56-
57-
h3:nth-child(1) {
58-
display: block;
59-
page-break-before: always;
60-
break-before: always;
61-
}

0 commit comments

Comments
 (0)