Skip to content

Commit

Permalink
docs: improved ui of code blocks on smaller screens
Browse files Browse the repository at this point in the history
  • Loading branch information
MilosPaunovic committed Jun 30, 2024
1 parent 7c3c7d7 commit 6ac0eee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/.vitepress/theme/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
--vp-c-brand-1: #5672cd;
}

.vp-doc div {
margin: 0 !important;
}

.VPTeamPage {
margin: 0 !important;
}
Expand Down

0 comments on commit 6ac0eee

Please sign in to comment.