justify tags
This commit is contained in:
parent
017beb3f95
commit
3ebb8ffa59
@ -11,7 +11,7 @@
|
||||
</nav>
|
||||
</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 }}
|
||||
{{- range $key, $value := .Data.Terms.Alphabetical }}
|
||||
{{- $name := .Name }}
|
||||
|
@ -60,6 +60,10 @@ body {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.tags-justify {
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
img {
|
||||
display: block;
|
||||
border-radius: 8px;
|
||||
|
Loading…
Reference in New Issue
Block a user