Make codeblocks responsive and don't hardcode baseURL

This commit is contained in:
southerntofu
2021-03-20 19:15:04 +01:00
parent 8d5275e3a4
commit 42a438fc52
3 changed files with 9 additions and 6 deletions

View File

@@ -88,3 +88,8 @@ body {
text-align: center;
padding-top: 30pt;
}
pre > code {
overflow-x: auto;
display: block;
}