Skip to content

Commit

Permalink
improve responsiveness of code blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
sylv256 committed Sep 17, 2023
1 parent 188db5c commit d633223
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ a:visited {
}

pre {
max-width: 80ch;
max-width: 95vw;
}

.code-toolbar {
Expand Down Expand Up @@ -388,9 +388,7 @@ main {
font-size: 16px;
margin-bottom: 2em;
flex: 1 0 auto;
}

p {
/* max character length before wrapping */
max-width: 80ch;
}
Expand Down

0 comments on commit d633223

Please sign in to comment.