summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--partials/footer.html2
-rw-r--r--resources/glider-medium.pngbin1197 -> 0 bytes
-rw-r--r--resources/glider-small.pngbin0 -> 408 bytes
-rw-r--r--src/style.css4
5 files changed, 5 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index a03ef87..f07d615 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
HTML := journal.html about.html
CSS := style.css
-RESOURCES := glider.png glider-medium.png
+RESOURCES := glider.png glider-small.png
PARTIALS := $(addprefix partials/, meta.html nav.html footer.html)
diff --git a/partials/footer.html b/partials/footer.html
index d5f4556..33a4998 100644
--- a/partials/footer.html
+++ b/partials/footer.html
@@ -13,6 +13,6 @@
</p>
<a id="emblem" href='http://www.catb.org/hacker-emblem/'>
- <img src='resources/glider-medium.png' alt='hacker emblem' />
+ <img src='resources/glider.png' alt='hacker emblem' />
</a>
</footer>
diff --git a/resources/glider-medium.png b/resources/glider-medium.png
deleted file mode 100644
index cf4978d..0000000
--- a/resources/glider-medium.png
+++ /dev/null
Binary files differ
diff --git a/resources/glider-small.png b/resources/glider-small.png
new file mode 100644
index 0000000..3db4379
--- /dev/null
+++ b/resources/glider-small.png
Binary files differ
diff --git a/src/style.css b/src/style.css
index bc0488d..1564af5 100644
--- a/src/style.css
+++ b/src/style.css
@@ -130,6 +130,8 @@ footer a {
}
footer #emblem {
flex: 1;
- flex-basis: 40px;
+ flex-basis: 55px;
flex-grow: 0;
+ margin-top: 0.2rem;
+ margin-bottom: 0.6rem;
}