Fix: tag container margin

This commit is contained in:
Aroy-Art 2024-09-11 22:55:13 +02:00
parent 4abd88527d
commit 8a56acab67
Signed by: Aroy
GPG key ID: 583642324A1D2070
2 changed files with 2 additions and 2 deletions

View file

@ -759,7 +759,7 @@ pre.chroma {
Tags Tags
=================================================================*/ =================================================================*/
.tagContainer{ .tagContainer{
margin: 16px margin: 16px 16px 0 16px;
} }
.tags { .tags {

View file

@ -6,7 +6,7 @@
{{ partial "get_tags.html" . }} {{ partial "get_tags.html" . }}
<div class="content"> <div class="content pt-0">
<h3><a href="{{ .Permalink }}">{{ .Title }}</a></h3> <h3><a href="{{ .Permalink }}">{{ .Title }}</a></h3>
<p>{{ .Summary }}</p> <p>{{ .Summary }}</p>
<a class="btn btn-transparent" href="{{ .Permalink }}">{{ i18n "readMore" }}</a> <a class="btn btn-transparent" href="{{ .Permalink }}">{{ i18n "readMore" }}</a>