font and size tweaking

This commit is contained in:
Jeff MacKinnon 2025-11-09 09:18:27 -04:00
parent c4ba767926
commit d06d2016c7

View file

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