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.
2 parents f67916d + 08967f0 commit 90c11bdCopy full SHA for 90c11bd
package.json
@@ -11,8 +11,8 @@
11
"serve": "docusaurus serve"
12
},
13
"dependencies": {
14
- "@docusaurus/core": "^3.1.0",
15
- "@docusaurus/preset-classic": "^3.1.0",
+ "@docusaurus/core": "^3.3.2",
+ "@docusaurus/preset-classic": "^3.3.2",
16
"@mdx-js/react": "^3.0.0",
17
"clsx": "^1.1.1",
18
"docusaurus-gtm-plugin": "^0.0.2",
src/css/custom.css
@@ -240,4 +240,14 @@
240
}
241
242
/* end styles for infoblock */
243
+
244
+ p {
245
+ line-height: 2;
246
+ }
247
248
+ .markdown ul li {
249
+ margin-top: 10px;
250
+ margin-bottom: 10px;
251
252
253
0 commit comments