From 63f7d123713fd9998fafacb7e7b8b3cf6448bb9d Mon Sep 17 00:00:00 2001 From: Daniel Parks Date: Tue, 12 Sep 2017 12:03:56 -0700 Subject: [PATCH] Infinity logo --- static/general.css | 7 +++++++ templates/layout.html | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/static/general.css b/static/general.css index f941a5e..3f7aa10 100644 --- a/static/general.css +++ b/static/general.css @@ -47,6 +47,13 @@ nav > ul > li { list-style-type: none; } +nav .infinitory-logo { + font-size: 24px; + font-family: Garamond, serif; + vertical-align: -3px; + line-height: 18px; +} + nav a, footer a { font-weight: bold; diff --git a/templates/layout.html b/templates/layout.html index bcbe368..23df35f 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -2,7 +2,7 @@ - {% block title %}{% endblock %} + ∞ {% block title %}{% endblock %} @@ -12,6 +12,7 @@