Skip to content

Commit

Permalink
Migration from doc engine v3.1.0 to 3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
serhiipylypchuk1991 committed May 19, 2024
1 parent 6c475a2 commit 08967f0
Show file tree
Hide file tree
Showing 3 changed files with 1,460 additions and 599 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"serve": "docusaurus serve"
},
"dependencies": {
"@docusaurus/core": "^3.1.0",
"@docusaurus/preset-classic": "^3.1.0",
"@docusaurus/core": "^3.3.2",
"@docusaurus/preset-classic": "^3.3.2",
"@mdx-js/react": "^3.0.0",
"clsx": "^1.1.1",
"docusaurus-gtm-plugin": "^0.0.2",
Expand Down
10 changes: 10 additions & 0 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -240,4 +240,14 @@
}

/* end styles for infoblock */

p {
line-height: 2;
}

.markdown ul li {
margin-top: 10px;
margin-bottom: 10px;
line-height: 2;
}

Loading

0 comments on commit 08967f0

Please sign in to comment.