web: Indent <pre> with padding-left (no spaces)

Fixes #34
This commit is contained in:
Daan Sprenkels 2019-12-17 23:11:06 +05:30
parent ffeb9a3362
commit 8dce4e8483
3 changed files with 24 additions and 20 deletions

View File

@ -16,3 +16,7 @@ body {
width: 100%;
z-index: 999;
}
pre {
padding-left: 4ex; /* approx 4 monospaced spaces */
}