From bdd59f8088eaab7ea7835580e37db3b245a104a3 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 5 Apr 2022 17:20:42 +0200 Subject: notes: reuse theme CSS class --- _includes/notes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_includes') diff --git a/_includes/notes.html b/_includes/notes.html index 1657f7a..79c4de9 100644 --- a/_includes/notes.html +++ b/_includes/notes.html @@ -14,7 +14,7 @@ {% endif %} {% for note in note_list %} - <{{ h }} class="list-group-item-heading" style="display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; column-grap: .5em;"> + <{{ h }} class="list-group-item-heading post-header"> {{ note.title }} {{ note.subtitle }} -- cgit v1.2.3