Skip to content

Commit

Permalink
🔀 Merge pull request #444 from davidrothera/dev
Browse files Browse the repository at this point in the history
Add leading-relaxed to tag list
  • Loading branch information
jpanther authored Jan 17, 2023
2 parents ffcec42 + 36215c4 commit 7be7e80
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions assets/css/compiled/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -2350,6 +2350,10 @@ body:has(#menu-controller:checked) {
line-height: 1.75rem;
}

.leading-relaxed {
line-height: 1.625;
}

.leading-6 {
line-height: 1.5rem;
}
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/article-meta.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
(and (ne $scope "single") (.Params.showTaxonomies | default (.Site.Params.list.showTaxonomies | default (.Site.Params.article.showTaxonomies | default false))))
(and (eq $scope "single") (.Params.showTaxonomies | default (.Site.Params.article.showTaxonomies | default false)))
}}
<div class="my-1 text-xs text-neutral-500 dark:text-neutral-400 ">
<div class="my-1 text-xs leading-relaxed text-neutral-500 dark:text-neutral-400 ">
{{ range $taxonomy, $terms := .Site.Taxonomies }}
{{ if (gt (len ($context.GetTerms $taxonomy)) 0) }}
{{ range $context.GetTerms $taxonomy }}
Expand Down

0 comments on commit 7be7e80

Please sign in to comment.