diff --git a/bookwyrm/static/css/format.css b/bookwyrm/static/css/format.css index 842e7d2f..c37131f4 100644 --- a/bookwyrm/static/css/format.css +++ b/bookwyrm/static/css/format.css @@ -1,4 +1,7 @@ -/* --- ICONS --- */ +/* --- --- */ +.navbar .logo { + max-height: 50px; +} /* --- TOGGLES --- */ input.toggle-control { display: none; diff --git a/bookwyrm/static/images/logo-small.png b/bookwyrm/static/images/logo-small.png index 68f8ad25..10ea7a38 100644 Binary files a/bookwyrm/static/images/logo-small.png and b/bookwyrm/static/images/logo-small.png differ diff --git a/bookwyrm/static/images/logo.png b/bookwyrm/static/images/logo.png index c73b8049..2db89486 100644 Binary files a/bookwyrm/static/images/logo.png and b/bookwyrm/static/images/logo.png differ diff --git a/bookwyrm/templates/about.html b/bookwyrm/templates/about.html index 68486b3a..dbf6f852 100644 --- a/bookwyrm/templates/about.html +++ b/bookwyrm/templates/about.html @@ -3,10 +3,7 @@
-

About {{ site_settings.name }}

-

- {{ site_settings.instance_description }} -

+ {% include 'snippets/about.html' with site_settings=site_settings %}
@@ -14,7 +11,6 @@

{{ site_settings.code_of_conduct }}

-
{% endblock %} diff --git a/bookwyrm/templates/layout.html b/bookwyrm/templates/layout.html index 3aacb031..a11da526 100644 --- a/bookwyrm/templates/layout.html +++ b/bookwyrm/templates/layout.html @@ -23,7 +23,7 @@