Skip to content

Commit d2ae49a

Browse files
committed
Fix pre > code
1 parent 01a4b86 commit d2ae49a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/assets/extra.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
margin: 0;
99
padding: 0;
1010
padding-bottom: 3rem;
11-
1211
}
1312

1413
.md-typeset {
@@ -53,11 +52,13 @@
5352
}
5453

5554
pre {
56-
padding-left: 20px;
57-
padding-right: 20px;
5855
line-height: 140%;
5956
}
6057

58+
pre > code {
59+
padding-left: 20px;
60+
padding-right: 20px;
61+
}
6162
}
6263

6364
/* Target only the page title (first H1 in the article) */

0 commit comments

Comments
 (0)