Files
docker-docs/layouts/_default/wide.html
Arthur 038e6dc682 chore: update Tailwind to v4 (#22666)
- Extract classes to utilities and components.
- Reduce number of colors used.
- Harmonize button colors.
- Restyle admonitions.
- Move **Page options** button to main article.
- Various color tweaks.
2025-05-28 08:37:10 +01:00

12 lines
333 B
HTML

{{ define "main" }}
<article class="prose dark:prose-invert max-w-4xl min-w-0 flex-[2_2_0%]">
{{ partial "breadcrumbs.html" . }}
<h1 data-pagefind-weight="10">{{ .Title }}</h1>
<div class="block lg:hidden">
{{ partialCached "pagemeta.html" . . }}
<hr />
</div>
{{ .Content }}
</article>
{{ end }}