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 f1e0134 commit 074547aCopy full SHA for 074547a
package.json
@@ -13,8 +13,8 @@
13
"normalizeLink": "cd plugins && node samplesLinksNormalize.js"
14
},
15
"dependencies": {
16
- "@docusaurus/core": "^3.1.0",
17
- "@docusaurus/preset-classic": "^3.1.0",
+ "@docusaurus/core": "^3.3.2",
+ "@docusaurus/preset-classic": "^3.3.2",
18
"@mdx-js/react": "^3.0.0",
19
"clsx": "^1.1.1",
20
"docusaurus-gtm-plugin": "^0.0.2",
src/css/custom.css
@@ -251,3 +251,13 @@ span.token-line.theme-code-block-highlighted-line {
251
}
252
253
/* end list */
254
+
255
+p {
256
+ line-height: 2;
257
+}
258
259
+.markdown ul li {
260
+ margin-top: 10px;
261
+ margin-bottom: 10px;
262
263
0 commit comments