Files
Documentation/themes/hextra/layouts/_partials/utils/page-width-override.html
2026-01-20 20:33:59 +01:00

8 lines
163 B
HTML

{{- with .Params.width -}}
<style>
:root {
--hextra-max-page-width: {{ cond (eq . "wide") "90rem" (cond (eq . "full") "100%" "80rem") }};
}
</style>
{{- end -}}