Skip to content

Commit 28e84ca

Browse files
committed
docs:css: fix indentation for pre element
1 parent 41250e9 commit 28e84ca

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/src/templates/docs.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ p {
2929
line-height: 1.4em;
3030
}
3131

32+
li > p {
33+
padding-left: 0;
34+
}
35+
3236
h2 {
3337
margin: 1.5em 0 1em 0;
3438
}
@@ -267,7 +271,7 @@ li {
267271
}
268272

269273

270-
#content > div > pre {
274+
#content pre {
271275
padding-left: 1.5em;
272276
}
273277

0 commit comments

Comments
 (0)