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

@@ -15,4 +15,8 @@ body {
transition: visibility 175ms, opacity 175ms;
width: 100%;
z-index: 999;
}
pre {
padding-left: 4ex; /* approx 4 monospaced spaces */
}