aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_includes
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-03-24 14:35:20 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2022-03-24 14:35:20 +0300
commit88649dfed3989a19623725a5c16526347b65dfa4 (patch)
tree3f1d6e0336dab01598ac6a512f267515bec59118 /_includes
parentshow notes on the sidebar on some pages (diff)
downloadblog-88649dfed3989a19623725a5c16526347b65dfa4.tar.gz
blog-88649dfed3989a19623725a5c16526347b65dfa4.zip
notes: larger titles
Diffstat (limited to '_includes')
-rw-r--r--_includes/notes.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/_includes/notes.html b/_includes/notes.html
index 25c8049..ad7e58d 100644
--- a/_includes/notes.html
+++ b/_includes/notes.html
@@ -9,10 +9,10 @@
<span class="badge">{{ note.subtitle }}</span>
<span class="glyphicon glyphicon-file"></span>&nbsp;{{ note.title }}
{% else %}
- <h5 class="list-group-item-heading" style="display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; column-grap: .5em;">
+ <h4 class="list-group-item-heading" style="display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; column-grap: .5em;">
<span>{{ note.title }}</span>
<small>{{ note.subtitle }}</small>
- </h5>
+ </h4>
{% endif %}
</a>
{% endfor %}