Skip to content

Commit

Permalink
add media query to polish the codeblock style on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua1988 committed Sep 17, 2023
1 parent 12ceb1b commit a5232e1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/.vuepress/styles/index.styl
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
pre .code-copy {
margin-top: -0.85rem;
}

@media (max-width: 768px)
.theme-code-group__nav
margin-left: -24px
margin-right: -24px

0 comments on commit a5232e1

Please sign in to comment.