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);

View File

@@ -1410,6 +1410,9 @@ Example: class="p-left-medium m-bottom-none"
</p>
<footer>
<p>
<img src="source/img/sneaker.svg" alt="Sneaker logo">
</p>
<p class="text-small text-muted">
<a href="https://www.keycdn.com/">Accelerated by KeyCDN</a>
</p>