Add logo to footer

This commit is contained in:
Cory LaViska
2017-07-28 15:04:57 -04:00
parent 781da24a63
commit 47ee5ca7fc
2 changed files with 7 additions and 0 deletions

View File

@@ -38,6 +38,10 @@ footer {
margin-top: var(--component-spacing-big);
}
footer img {
height: 2rem;
}
/* Main headings and bookmark links */
h2[id] {
border-bottom: solid var(--component-border-width) var(--component-border-color);