mirror of
https://github.com/Aroy-Art/Rinkusu.git
synced 2024-12-26 15:44:24 +01:00
Fix: tag container margin
This commit is contained in:
parent
4abd88527d
commit
8a56acab67
2 changed files with 2 additions and 2 deletions
|
@ -759,7 +759,7 @@ pre.chroma {
|
||||||
Tags
|
Tags
|
||||||
=================================================================*/
|
=================================================================*/
|
||||||
.tagContainer{
|
.tagContainer{
|
||||||
margin: 16px
|
margin: 16px 16px 0 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tags {
|
.tags {
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue