justify tags
This commit is contained in:
parent
017beb3f95
commit
3ebb8ffa59
@ -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 }}
|
||||||
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user