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 {
|
pre {
|
||||||
min-width: 100%;
|
width: 100%;
|
||||||
/* some code snippets escape to the side, but I don't want to wrap them */
|
overflow: auto;
|
||||||
width: max-content;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue