Skip to content

Commit 18423ad

Browse files
authored
add zero top-margin to cheat sheet (#202)
1 parent 243aac8 commit 18423ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/css/cheat-sheet.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ body.cheat-sheet {
1616
body.cheat-sheet .article > .content {
1717
background: var(--pre-background);
1818
padding-top: 0;
19+
margin-top: 0;
1920
}
2021

2122
/* navbar */

0 commit comments

Comments
 (0)