💄 Style updates to enhance design consistency

This commit is contained in:
James Panther
2021-08-18 12:54:18 +10:00
parent 7f59d04d39
commit 7030022620
20 changed files with 126 additions and 72 deletions
+5 -3
View File
@@ -1,15 +1,17 @@
{{ define "main" }}
{{ partial "section-heading.html" . }}
{{ partial "section-header.html" . }}
<section class="flex flex-wrap -mx-2 overflow-hidden">
{{ range .Data.Terms }}
<article class="w-full px-2 my-3 overflow-hidden sm:w-1/2 md:w-1/3 lg:w-1/4 xl:w-1/5">
<h2>
<a class="text-xl font-medium hover:underline" href="{{ .Page.Permalink }}"
<a
class="text-xl font-medium hover:underline underline-primary-500"
href="{{ .Page.Permalink }}"
>{{ .Page.Title }}</a
>
{{ if $.Site.Params.taxonomy.showTermCount | default true }}
<span class="text-base text-gray-400">
<span class="px-1">&middot;</span>
<span class="px-1 text-primary-500">&middot;</span>
{{ .Count }}
</span>
{{ end }}