summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--partials/footer.html2
-rw-r--r--src/style.css2
2 files changed, 2 insertions, 2 deletions
diff --git a/partials/footer.html b/partials/footer.html
index eacd067..7dcbd78 100644
--- a/partials/footer.html
+++ b/partials/footer.html
@@ -11,6 +11,6 @@
</p>
<a id="emblem" href='http://www.catb.org/hacker-emblem/'>
- <img src='resources/glider-small.png' alt='hacker emblem' />
+ <img src='resources/glider.png' alt='hacker emblem' />
</a>
</footer>
diff --git a/src/style.css b/src/style.css
index bddd481..9420b6a 100644
--- a/src/style.css
+++ b/src/style.css
@@ -108,5 +108,5 @@ footer #emblem {
flex-basis: 55px;
flex-grow: 0;
margin-top: 0.2rem;
- padding-top: 0;
+ margin-bottom: 0.6rem;
}