diff options
Diffstat (limited to 'static/css/style.css')
-rw-r--r-- | static/css/style.css | 6 |
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; |