summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--resources/glider-small.pngbin408 -> 0 bytes
-rw-r--r--src/style.css8
3 files changed, 6 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index f07d615..ebf6efb 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
HTML := journal.html about.html
CSS := style.css
-RESOURCES := glider.png glider-small.png
+RESOURCES := glider.png
PARTIALS := $(addprefix partials/, meta.html nav.html footer.html)
diff --git a/resources/glider-small.png b/resources/glider-small.png
deleted file mode 100644
index 3db4379..0000000
--- a/resources/glider-small.png
+++ /dev/null
Binary files differ
diff --git a/src/style.css b/src/style.css
index 1564af5..d6dc8bf 100644
--- a/src/style.css
+++ b/src/style.css
@@ -130,8 +130,10 @@ footer a {
}
footer #emblem {
flex: 1;
- flex-basis: 55px;
+ flex-basis: 40px;
flex-grow: 0;
- margin-top: 0.2rem;
- margin-bottom: 0.6rem;
+}
+footer #emblem img {
+ width: 40px;
+ height: 40px;
}