From 2769d59e91b28fb7cd1efa48401d039f28f52161 Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Sun, 2 Jun 2019 20:16:49 -0400 Subject: [PATCH] shrink down the headings --- views/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/views/style.css b/views/style.css index 6b45ccd..e599f45 100644 --- a/views/style.css +++ b/views/style.css @@ -168,6 +168,12 @@ details summary { .limited details summary { color: #a79; } +h1, h2 { + font-size: 1.2em; +} +h3, h4 { + font-size: 1.1em; +} img { max-width: 100%