|
|
|
@ -65,11 +65,14 @@ main {
|
|
|
|
|
padding: 1em;
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
|
|
|
|
|
h2 {
|
|
|
|
|
line-height: 1.2;
|
|
|
|
|
font-size: 2.3em;
|
|
|
|
|
}
|
|
|
|
|
h3, h4, h5, h6 {
|
|
|
|
|
line-height: 1.2;
|
|
|
|
|
margin-top: 2.75em;
|
|
|
|
|
}
|
|
|
|
|
h2 { font-size: 2.3em; }
|
|
|
|
|
|
|
|
|
|
section.meta {
|
|
|
|
|
display: flex;
|
|
|
|
@ -119,7 +122,10 @@ body.index {
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
padding: 2em 1em;
|
|
|
|
|
|
|
|
|
|
h2 { font-size: 2.5em; }
|
|
|
|
|
h2 {
|
|
|
|
|
font-size: 2.5em;
|
|
|
|
|
margin-top: 2.75em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
section, aside { max-width: 35%; }
|
|
|
|
|
section{ text-shadow: 0px 3px 8px rgba(0, 0, 0, .35); }
|
|
|
|
|