diff --git a/app/static/images/Logo.ico b/app/static/images/Logo.ico new file mode 100644 index 0000000..0296b8f Binary files /dev/null and b/app/static/images/Logo.ico differ diff --git a/app/static/images/Logo.png b/app/static/images/Logo.png new file mode 100644 index 0000000..8379542 Binary files /dev/null and b/app/static/images/Logo.png differ diff --git a/app/templates/base.html b/app/templates/base.html index bb063d2..272349f 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -6,7 +6,7 @@ {% block title %}BookWorm{% endblock %} - + @@ -107,6 +107,9 @@ 90% { transform: translate(1px, 2px) rotate(0deg); } 100% { transform: translate(1px, -2px) rotate(-1deg); } } + main { + margin-top: 88px; /* or however tall your navbar is */ + } {% block head %}{% endblock %} @@ -119,7 +122,7 @@
- BookWorm Logo + BookWorm Logo