mirror of
https://github.com/docker/docs.git
synced 2026-03-27 22:38:54 +07:00
- 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.
12 lines
333 B
HTML
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 }}
|