From 3d6a71c59432b99b32a86e4c5df579f14bf7bec4 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Tue, 19 Jul 2022 07:28:09 +0100 Subject: more tweaks and fleshed out reading page --- static/css/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'static/css') diff --git a/static/css/style.css b/static/css/style.css index f25ff39..171a892 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -15,6 +15,10 @@ box-sizing: border-box; } +.content-list { + margin-bottom: 1.2em; +} + nav { margin-bottom: 2em; } @@ -51,7 +55,7 @@ figcaption { /* } */ body { - font-family: 'RobotoSlab-Regular', serif; + font-family: serif, "RobotoSlab-Regular"; font-size: 18px; margin-left: auto; margin-right: auto; -- cgit v1.2.3