We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c1d923 commit 8d9ac04Copy full SHA for 8d9ac04
docs/assets/extra.css
@@ -52,13 +52,24 @@
52
}
53
54
pre {
55
- line-height: 140%;
+ margin: 0;
56
+ border: 0;
57
+ @media screen and (max-width: 44.9375em) { /* ~719px */
58
+ margin-left: 20px;
59
+ }
60
61
62
pre > code {
- padding-left: 20px !important;
- padding-right: 20px !important;
63
+ line-height: 140%;
64
+ padding-left: 20px;
65
+
66
67
68
69
+ padding-left: 20px !important;
70
71
72
73
74
75
/* Target only the page title (first H1 in the article) */
0 commit comments