diff --git a/static/style.css b/static/style.css index 404f568..81dfe37 100644 --- a/static/style.css +++ b/static/style.css @@ -1,11 +1,11 @@ body{ margin:40px auto; - max-width:840px; + max-width:870px; line-height:150%; - font-size:20px; + font-size:1.3em; color:#333; padding:0 10px; - font-family: "Times New Roman", Times, serif; + font-family: "Source Serif 4","Times New Roman", Times, serif; } h1, h2, h3, h4 { @@ -24,7 +24,7 @@ img { article { flex-grow: 0; flex-shrink: 1; - margin: 0 2em 1em 0em; + margin: 0 0.1em; position: relative; width: 100%; } @@ -79,7 +79,7 @@ form { .gallery img { object-fit: cover; - width: 200px; - height: 200px; + width: 170px; + height: 170px; }