added CSS overflow: scroll on pre tag #56

Merged
solene merged 2 commits from :css into main 2022-07-03 09:45:08 +00:00
1 changed files with 4 additions and 0 deletions

View File

@ -72,6 +72,10 @@ p {
text-justify: auto;
}
pre {
overflow: scroll;
}
html, body {
font-size: 1.1em;
font-family:serif;