Most of the way through movement

This commit is contained in:
Madison Scott-Clary
2019-09-16 20:16:08 -07:00
parent 296bb83b6c
commit 7601926c30
18 changed files with 2841 additions and 2042 deletions

View File

@ -7,40 +7,14 @@
font-family: inherit;
background-color: inherit;
color: inherit;
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
font-size: calc(1em + 0.33vw);
font-family: Arial, Helvetica Neue, sans-serif;
line-height: 1.5;
color: #111;
background-color: #fefefe;
}
* + * {
margin-top: 2.25rem;
}
br,
dt,
dd,
th,
td,
option,
[hidden] + *,
li + li,
body,
.main-and-footer {
margin-top: 0;
}
p + p,
blockquote + p,
pre + p,
p + pre,
.verse + p,
p + .verse {
margin-top: 0.75rem;
}
.priority {
margin-top: 0;
}
@ -98,12 +72,12 @@ h1 a {
main {
max-width: 960px;
margin: 0 auto;
padding: 0 1rem;
margin-top: 1rem;
padding: 1rem;
font-family: 'Gentium Book Basic', serif;
}
footer {
color: #888;
padding-top: 2rem;
font-size: 12pt;
padding: 1rem;
font-family: 'Gentium Book Basic', serif;
@ -112,8 +86,7 @@ footer {
blockquote {
font-family: 'Merriweather Sans', sans-serif;
font-style: italic;
margin-top: 0.75rem;
padding: 0.5rem 1rem;
margin: 1.25rem 0 1.25rem 1rem;
font-size: 14pt;
color: #444;
}
@ -175,7 +148,7 @@ audio {
ul.pagination {
list-style-type: none;
display: block;
margin-top: 5rem;
padding-left: 0;
text-align: center;
font-family: 'Merriweather Sans', sans-serif;
}