improve syntax/code display

This commit is contained in:
2020-02-14 09:09:50 +01:00
parent 3a6f752ada
commit 3b6281758a
2 changed files with 9 additions and 2 deletions

View File

@@ -151,3 +151,8 @@ figure.pull-left {
display: flex;
align-items: center;
}
/* CODE / SYNTAX */
pre code {
white-space:pre;
}