summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-10-10 01:52:38 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2014-10-10 01:52:38 +0100
commit14d30aeaba531854e2bde6884bc6ab48a5233795 (patch)
tree932898857159286f65da44fda221e70e58636d29
parent286972e90c44ae61fa6e21adae94936601a37cd9 (diff)
downloadwebsite-14d30aeaba531854e2bde6884bc6ab48a5233795.tar.xz
rever using small glider, and add padding under it
keep the png tho
-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;
}