Fixed shrinking arrow in navigation when title is too long

This commit is contained in:
squidfunk
2021-12-12 12:35:32 +01:00
parent 6bace098a5
commit c96ff2278e
6 changed files with 8 additions and 4 deletions

View File

@@ -34,7 +34,7 @@
{% endif %}
{% endblock %}
{% block styles %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.3a200c2c.min.css' | url }}">
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.b9368f9d.min.css' | url }}">
{% if config.theme.palette %}
{% set palette = config.theme.palette %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.e6a45f82.min.css' | url }}">