fix: change style

This commit is contained in:
Nuno Sempere 2022-04-07 15:09:37 +00:00
parent e4dae8b6f9
commit c2856daa25

View File

@ -22,6 +22,7 @@ body {
flex-wrap: wrap; flex-wrap: wrap;
/* font-family: sans; */ /* font-family: sans; */
font-family: 'Source Serif Pro', serif; font-family: 'Source Serif Pro', serif;
font-size: 1.5em;
} }
header { header {
@ -52,7 +53,7 @@ header a {
header h1 span { header h1 span {
margin-left: 0em; margin-left: 0em;
font-size: 50%; font-size: 70%;
font-style: italic; font-style: italic;
} }
@ -88,7 +89,7 @@ figure figcaption {
figcaption { figcaption {
text-align: center; text-align: center;
font-size: 10px; font-size: 12px;
} }
img { img {