Skip to content

Commit 8e6a493

Browse files
committed
chore: some minor cleanup
1 parent f8c825f commit 8e6a493

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dev.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
5. typography
1010
6. document
1111
7. blockquotes
12-
8 buttons and inputs
12+
8. buttons and inputs
1313
9. code and keyboards
1414
10. details
1515
11. description lists
@@ -176,7 +176,7 @@ h3 {
176176
article h1,
177177
article h2,
178178
article h3 {
179-
padding-bottom: none;
179+
padding-bottom: 0;
180180
border-bottom: none;
181181
}
182182

@@ -225,7 +225,7 @@ body {
225225

226226
header {
227227
padding: 1rem calc(50vw - 50%);
228-
margin: 0rem calc(50% - 50vw) 0rem;
228+
margin: 0 calc(50% - 50vw) 0;
229229
margin-top: -1rem;
230230
}
231231

0 commit comments

Comments
 (0)