|
|
@ -204,14 +204,14 @@ em, i { font-style: italic; } |
|
|
|
display: inline-block; |
|
|
|
line-height: 100%; |
|
|
|
font-weight: 500; |
|
|
|
font-size: 19px; |
|
|
|
font-size: 119%; |
|
|
|
margin: 0; |
|
|
|
padding-bottom: 20px; |
|
|
|
} |
|
|
|
|
|
|
|
.description { |
|
|
|
float: right; |
|
|
|
font: italic 14px/1.4em Georgia,serif; |
|
|
|
font: italic 87.5%/1.4em Georgia,serif; |
|
|
|
color: #aaa; |
|
|
|
} |
|
|
|
|
|
|
@ -224,7 +224,7 @@ em, i { font-style: italic; } |
|
|
|
} |
|
|
|
|
|
|
|
.home h2 { |
|
|
|
font: italic 19px/1.3em Georgia,serif; |
|
|
|
font: italic 119%/1.3em Georgia,serif; |
|
|
|
color: #bbb; |
|
|
|
} |
|
|
|
|
|
|
@ -241,7 +241,7 @@ em, i { font-style: italic; } |
|
|
|
|
|
|
|
.post h2 { |
|
|
|
margin-bottom: 40px; |
|
|
|
font: 300 24px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; |
|
|
|
font: 300 150%/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; |
|
|
|
color: #111; |
|
|
|
} |
|
|
|
|
|
|
@ -272,7 +272,7 @@ h4 { font-size:100%; font-weight:bold; } |
|
|
|
h5 { font-size:93%; font-weight: bold; } |
|
|
|
|
|
|
|
h6 { |
|
|
|
font-size: 13px; |
|
|
|
font-size: 81.25%; |
|
|
|
font-weight: bold; |
|
|
|
color: #666; |
|
|
|
margin-bottom: 6px; |
|
|
@ -280,7 +280,7 @@ h6 { |
|
|
|
|
|
|
|
p.small { |
|
|
|
color: #bbb; |
|
|
|
font-size: 14px; |
|
|
|
font-size: 87.5%; |
|
|
|
line-height: 1.5; |
|
|
|
display: block; |
|
|
|
text-align: center; |
|
|
|