From c2856daa25de1b29e224ccbb1c7b041216f7b209 Mon Sep 17 00:00:00 2001 From: Nuno Sempere Date: Thu, 7 Apr 2022 15:09:37 +0000 Subject: [PATCH] fix: change style --- pub/style/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pub/style/style.css b/pub/style/style.css index b9b2e11..7b4ebe8 100755 --- a/pub/style/style.css +++ b/pub/style/style.css @@ -22,6 +22,7 @@ body { flex-wrap: wrap; /* font-family: sans; */ font-family: 'Source Serif Pro', serif; + font-size: 1.5em; } header { @@ -52,7 +53,7 @@ header a { header h1 span { margin-left: 0em; - font-size: 50%; + font-size: 70%; font-style: italic; } @@ -88,7 +89,7 @@ figure figcaption { figcaption { text-align: center; - font-size: 10px; + font-size: 12px; } img {