From 70f88e4d34cb18ddf75f56c14e4aa2531b694952 Mon Sep 17 00:00:00 2001 From: Blaise Thompson Date: Wed, 15 Apr 2020 19:16:54 -0500 Subject: update style --- public/style.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'public/style.css') diff --git a/public/style.css b/public/style.css index 8a1a7d6..9cff696 100644 --- a/public/style.css +++ b/public/style.css @@ -4,13 +4,15 @@ a { } body { - font-family: sans-serif; + font-family: 'DejaVu Sans Mono', monospace; margin: 40px auto; - max-width: 650px; - line-height: 1.6; + 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; } -- cgit v1.2.3