Skip to content

Commit 6e49ddd

Browse files
committed
style: update css
1 parent b22961d commit 6e49ddd

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/stylesheets/extra.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@
44
.md-typeset h2 {
55
margin: 0.5em 0 0em;
66
}
7+
.md-typeset .example-block {
8+
overflow-x: auto;
9+
padding: 0 .2941176471em;
10+
background-color: #f5f5f5;
11+
border-radius: .1rem;
12+
}
13+
.md-typeset .example-block p {
14+
margin: 0;
15+
}
716
.md-content__inner>pre {
817
margin: 0;
918
overflow-x: auto;

0 commit comments

Comments
 (0)