style(web/homepage): Overflow long code lines into scroll bars
This commit is contained in:
parent
bd2d96d053
commit
30e8f59d02
1 changed files with 2 additions and 3 deletions
|
@ -131,9 +131,8 @@ h1, h2, h3 {
|
|||
}
|
||||
|
||||
pre {
|
||||
min-width: 100%;
|
||||
/* some code snippets escape to the side, but I don't want to wrap them */
|
||||
width: max-content;
|
||||
width: 100%;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
img {
|
||||
|
|
Loading…
Reference in a new issue