summaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2022-07-19 07:28:09 +0100
committerMatthew Lemon <matt@matthewlemon.com>2022-07-19 07:28:09 +0100
commit3d6a71c59432b99b32a86e4c5df579f14bf7bec4 (patch)
tree573227896bce3e1e1e794a9cae1b578dce599e46 /static
parent3f05e1e592ba91fccc06b745f0b31a10ab2a1391 (diff)
more tweaks and fleshed out reading page
Diffstat (limited to 'static')
-rw-r--r--static/css/style.css6
1 files changed, 5 insertions, 1 deletions
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;