Skip to content

Commit

Permalink
Merge pull request #2 from patelvivekdev/main
Browse files Browse the repository at this point in the history
Add overflow-x-auto
  • Loading branch information
btholt authored Aug 12, 2024
2 parents b8f12c9 + 8c462ae commit 8c166e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions styles/courses.css
Original file line number Diff line number Diff line change
Expand Up @@ -530,4 +530,7 @@ pre code.hljs {
pre code,
pre code.hljs {
display: block;
padding: 1rem;
overflow-x: auto;
border-radius: 5px;
}

0 comments on commit 8c166e8

Please sign in to comment.