Merge pull request 'added CSS overflow: scroll on pre tag' (#56) from tom/openbsd-webzine:css into main

Reviewed-on: solene/openbsd-webzine#56
This commit is contained in:
solene 2022-07-03 09:45:07 +00:00
commit cc07001a55
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;