Skip to content

Commit

Permalink
handle pre overflow css
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyannehall committed Nov 16, 2024
1 parent e7e54ff commit c5b4b21
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ html, body {
padding: 0;
}

pre {
overflow: auto;
}

blockquote {
border: 1px solid black;
padding: 0 32px;
Expand Down

0 comments on commit c5b4b21

Please sign in to comment.