Skip to content

Commit

Permalink
post style: make top-level <pre> elements scrollable
Browse files Browse the repository at this point in the history
  • Loading branch information
delan committed Oct 12, 2024
1 parent 688c783 commit 27aa0ed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,9 @@ article.post > footer .tag {
article.post > .content {
margin: 1em;
}
article.post > .content > pre {
overflow: auto;
}
@media screen and (max-width: 30em) {
article.thread {
margin-left: -1em;
Expand Down

0 comments on commit 27aa0ed

Please sign in to comment.