justify tags

This commit is contained in:
Alexander Popov 2022-12-24 03:06:29 +03:00
parent 017beb3f95
commit 3ebb8ffa59
2 changed files with 5 additions and 1 deletions

View File

@ -11,7 +11,7 @@
</nav> </nav>
</section> </section>
<section class="bg-white border rounded shadow-sm p-3 mb-3"> <section class="tags-justify bg-white border rounded shadow-sm p-3 mb-3 text-justify">
{{- $type := .Type }} {{- $type := .Type }}
{{- range $key, $value := .Data.Terms.Alphabetical }} {{- range $key, $value := .Data.Terms.Alphabetical }}
{{- $name := .Name }} {{- $name := .Name }}

View File

@ -60,6 +60,10 @@ body {
margin-bottom: 0; margin-bottom: 0;
} }
.tags-justify {
text-align: justify;
}
img { img {
display: block; display: block;
border-radius: 8px; border-radius: 8px;