Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
HIllya51 committed Jan 16, 2025
1 parent 02774af commit 24d4067
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/docbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
npm run docs:build
cp index.html .vitepress/dist
cd ..
git checkout -b docbuild
- uses: actions/upload-pages-artifact@v3
with:
path: docs/.vitepress/dist
Expand Down
4 changes: 4 additions & 0 deletions docs/.vitepress/theme/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
display: none;
}

.custom-block {
padding-top: 8px;
}

.main h2 {
border-width: 0 0 1px 0;
border-style: solid;
Expand Down

0 comments on commit 24d4067

Please sign in to comment.