Init
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
{{- with .Params.width -}}
|
||||
<style>
|
||||
:root {
|
||||
--hextra-max-page-width: {{ cond (eq . "wide") "90rem" (cond (eq . "full") "100%" "80rem") }};
|
||||
}
|
||||
</style>
|
||||
{{- end -}}
|
||||
Reference in New Issue
Block a user