From 47ee5ca7fc3b80bc261f559094ca7d413336469f Mon Sep 17 00:00:00 2001
From: Cory LaViska
Date: Fri, 28 Jul 2017 15:04:57 -0400
Subject: [PATCH] Add logo to footer
---
docs.css | 4 ++++
index.html | 3 +++
2 files changed, 7 insertions(+)
diff --git a/docs.css b/docs.css
index 2a4d2e020..90c574398 100644
--- a/docs.css
+++ b/docs.css
@@ -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);
diff --git a/index.html b/index.html
index dfd18fb93..b9c3abc6b 100644
--- a/index.html
+++ b/index.html
@@ -1410,6 +1410,9 @@ Example: class="p-left-medium m-bottom-none"