Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wangchucheng/hugo-eureka.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWANG Chucheng <me@wangchucheng.com>2022-01-28 08:24:07 +0300
committerWANG Chucheng <me@wangchucheng.com>2022-01-28 08:24:07 +0300
commit72c35bec01c80baf75bcaf61b363ffe337ee7f2d (patch)
treee7814be0296b50d5b254868300416743c3cd5eb7 /layouts/_default/baseof.html
parent15493ce2560e6c36d53949a0534e4bdfa8acd1bc (diff)
refactor: upgrade to Tailwind CSS v3v0.9.0
Diffstat (limited to 'layouts/_default/baseof.html')
-rw-r--r--layouts/_default/baseof.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 71691f1..e697430 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -8,7 +8,7 @@
{{- partial "header" . -}}
</div>
</header>
- <main class="flex-grow pt-16">
+ <main class="grow pt-16">
{{- if or .IsHome (and (eq .Type "authors") (eq .Kind "term")) }}
{{- block "main" . }}{{- end }}
{{- else }}