Skip to content

Commit

Permalink
fix styling issue
Browse files Browse the repository at this point in the history
  • Loading branch information
au5ton committed Jan 8, 2024
1 parent cefb603 commit d51f170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styles/new.css
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ pre {
/* Reference: https://css-tricks.com/styling-code-in-and-out-of-blocks/ */
pre > code.hljs {
display: block;
overflow-x: scroll;
overflow-x: auto;
padding: 1rem 1.4rem;
}
pre:has(> code) {
Expand Down

0 comments on commit d51f170

Please sign in to comment.