Skip to content

Commit b0138ae

Browse files
Align blog headline text (#516)
1 parent 80847a5 commit b0138ae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

layouts/_default/article.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
{{ end }}
1313
</a>
1414
<div class="px-4 pt-4">
15-
<ul class="flex flex-wrap">
15+
<ul class="flex flex-wrap h-10">
1616
{{ range $key, $value := .Params.tags }}
1717
<li class="text-base font-bold text-[#1D65A6]">
1818
<a href="/tags/{{ $value | urlize }}">{{ $value }}</a>{{ if ne $key (sub ( len $.Params.tags) 1) }},&nbsp; {{ else }}{{ end }}
@@ -24,7 +24,7 @@ <h3 class="text-xl font-extrabold sm:h-36">
2424
<a href="{{ .Permalink}}" class="block">{{ .Title }}</a>
2525
</h3>
2626
<div class="mb-4">
27-
<p class="my-4 sm:mt-auto">
27+
<p class="my-4">
2828
{{ .Summary | markdownify | truncate 240 }}
2929
</p>
3030
</div>

0 commit comments

Comments
 (0)