We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a9e52d commit 4ee1bbbCopy full SHA for 4ee1bbb
sass/default.scss
@@ -0,0 +1,5 @@
1
+@import "../themes/Zulma/sass/default.scss"
2
+
3
+.navbar-item img {
4
+ max-height:3rem
5
+}
static/favicon.svg
templates/index.html
+{% extends "Zulma/templates/index.html" %}
+{% block extra_head %}
+<link rel="icon" href="favicon.svg">
+{% endblock extra_head %}
0 commit comments