From 908593022c229a667d0ff2625fd88b65d9331a46 Mon Sep 17 00:00:00 2001 From: Blaise Thompson Date: Wed, 15 Apr 2020 19:05:33 -0500 Subject: update style --- public/style.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'public/style.css') diff --git a/public/style.css b/public/style.css index f1b4927..fc599ab 100644 --- a/public/style.css +++ b/public/style.css @@ -4,15 +4,17 @@ a { } body { - font-family: sans-serif; + font-family: 'DejaVu Sans Mono', monospace; margin: 40px auto; - max-width: 650px; + min-width: 80ch; + max-width: 80ch; line-height: 1.5; font-size: 16px; background-color: #1d1f21; color: #c5c8c6; padding: 0 10px; text-align: left; + overflow-y: scroll; } .singlespaced { -- cgit v1.2.3