Minor correction

This commit is contained in:
Ian Gulliver
2019-04-21 08:11:11 +00:00
parent f506ec03cc
commit 8b5269e90b

View File

@@ -1,5 +1,5 @@
body { body {
font-family: Monospace, Courier; font-family: monospace, Courier;
font-size: 16px; font-size: 16px;
max-width: 800px; max-width: 800px;
@@ -93,7 +93,7 @@ code {
display: block; display: block;
white-space: pre; white-space: pre;
font-family: Monospace, Courier; font-family: monospace, Courier;
font-size: 16px; font-size: 16px;
background-color: #e8e8e8; background-color: #e8e8e8;