Add post pagination to sidebar and make minor styling alterations

This commit is contained in:
Michael Rose
2016-03-28 21:48:42 -04:00
parent c335b70007
commit 945fb58044
9 changed files with 56 additions and 17 deletions

View File

@@ -61,7 +61,7 @@
}
.page__content {
p, li {
p, li, dl {
font-size: 16px;
}
@@ -77,6 +77,15 @@
}
}
}
dt {
margin-top: 1em;
font-weight: bold;
}
dd {
margin-left: 1em;
}
}
.page__hero {