Skip to content

Commit

Permalink
fix: expand padding for one line codeblock
Browse files Browse the repository at this point in the history
close #40
  • Loading branch information
WingLim committed Sep 18, 2021
1 parent dbff2e9 commit 0f04321
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/sass/components/_highlight.scss
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ pre > code {

pre {
margin: 0;
padding: 30px 7px 10px;
padding: 40px 7px 10px;
}
}

Expand All @@ -81,7 +81,7 @@ pre > code {

pre {
margin: 0;
padding: 30px 10px 10px;
padding: 40px 10px 10px;
}
}
}
Expand Down

0 comments on commit 0f04321

Please sign in to comment.