font and size tweaking
This commit is contained in:
parent
c4ba767926
commit
d06d2016c7
1 changed files with 6 additions and 6 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue