Skip to content
Snippets Groups Projects
Unverified Commit 8747f192 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Make headings in blog card smaller

parent 4f539eea
No related branches found
No related tags found
No related merge requests found
......@@ -11,8 +11,8 @@
</a>
</div>
<div class="card-content">
<a href="{{ post.permalink }}"><h3 class="title is-3">{{ post.title }}</h3></a>
<p class="subtitle">
<a href="{{ post.permalink }}"><h3 class="title is-4">{{ post.title }}</h3></a>
<p class="subtitle is-5">
{{ post.date }} ·
{% for author in post.authors %}
{{ author }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment