style(web/homepage): Overflow long code lines into scroll bars

This commit is contained in:
Vincent Ambo 2020-02-09 21:24:31 +00:00
parent bd2d96d053
commit 30e8f59d02

View file

@ -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 {