Skip to content

Commit

Permalink
website: code was too small on mobile. (#1906)
Browse files Browse the repository at this point in the history
  • Loading branch information
thruflo authored Oct 30, 2024
1 parent 2402073 commit 2820372
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/.vitepress/theme/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -190,12 +190,12 @@ a.no-visual:hover {
}
@media (max-width: 559px) {
:root, .dark {
--vp-code-font-size: 0.8em;
--vp-code-font-size: 0.835em;
}
}
@media (max-width: 459px) {
:root, .dark {
--vp-code-font-size: 0.75em;
--vp-code-font-size: 0.825em;
}
}

Expand Down

0 comments on commit 2820372

Please sign in to comment.