add titleless posts and a menu in the footer

This commit is contained in:
Pat Dryburgh
2018-08-12 09:55:37 -07:00
parent 11adcb038a
commit ed34b49645
13 changed files with 104 additions and 77 deletions

View File

@ -81,7 +81,7 @@ hr {
padding: 4em 1em;
}
.home h1 {
.content-title {
font-size: 2em;
margin-bottom: 2em;
text-align: center;
@ -99,7 +99,7 @@ hr {
}
.site-credits {
margin: 2em auto;
margin: 0 auto 2em;
padding: 0 2em;
text-align: center;
}