[enh] Improve web page spacing.

This commit is contained in:
opi 2017-06-12 11:11:11 +02:00
parent e9899c5bf5
commit b8aa4edb7f

View file

@ -8,6 +8,11 @@
<style>
body {
max-width: 50em;
margin: auto;
}
pre code {
display: block;
background: #eee;