Files
hextra_mirror/layouts/_partials/utils/page-width-override.html

8 lines
163 B
HTML
Raw Normal View History

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