Skip to content

Commit

Permalink
website: webkit css fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lmorg committed Nov 18, 2023
1 parent 5cd470b commit afe8e59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gen/vuepress/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ blockquote {
@media (min-width: 420px) {
body {
letter-spacing: 0.5px;
font-size: 16px !important;
}

blockquote {
Expand All @@ -87,7 +88,6 @@ blockquote {
pre, code{
padding-top: 3px !important;
padding-bottom: 3px !important;
font-size: unset !important;
}

div[class*=language-].line-numbers-mode .line-number {
Expand Down

0 comments on commit afe8e59

Please sign in to comment.