commit c2856daa25de1b29e224ccbb1c7b041216f7b209
parent e4dae8b6f938fe97022c5334b94d47a6be271f5b
Author: Nuno Sempere <nuno.semperelh@protonmail.com>
Date: Thu, 7 Apr 2022 15:09:37 +0000
fix: change style
Diffstat:
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git 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 {