Skip to content

Commit

Permalink
fix small dev
Browse files Browse the repository at this point in the history
  • Loading branch information
lazarusA committed Jun 22, 2024
1 parent 857b167 commit fa3266c
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/src/.vitepress/theme/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,12 @@ mjx-container > svg {
white-space: nowrap;
}

@media (max-width: 960px) {
.VPDoc {
padding-left: 25px !important;
}
}

/* This one does the left menu */

/* .VPSidebarItem .VPLink p {
Expand Down
6 changes: 6 additions & 0 deletions docs/src/style_css.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ To restore the default options, copy and paste the `style.css` file into `docs/s
white-space: nowrap;
}

@media (max-width: 960px) {
.VPDoc {
padding-left: 25px !important;
}
}

```

## All available space
Expand Down
6 changes: 6 additions & 0 deletions template/src/.vitepress/theme/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,12 @@ mjx-container > svg {
white-space: nowrap;
}

@media (max-width: 960px) {
.VPDoc {
padding-left: 25px !important;
}
}

/* This one does the left menu */

/* .VPSidebarItem .VPLink p {
Expand Down

0 comments on commit fa3266c

Please sign in to comment.