Skip to content

Commit c5a37ec

Browse files
committed
fix: code first line indent
1 parent 9a5c994 commit c5a37ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ code {
1616
background-color: rgba(240, 240, 240, 0.8);
1717
color:rgb(68, 68, 68);
1818
border-radius: 3px;
19-
padding: 3px;
19+
/* padding: 3px; will result in first line indent */
2020
}
2121

2222
pre::-webkit-scrollbar-track {

0 commit comments

Comments
 (0)