Remove max_width param

This commit is contained in:
Will Faught
2023-03-12 00:11:41 -08:00
parent 5751129662
commit 746ecd856a
2 changed files with 0 additions and 7 deletions

View File

@@ -109,12 +109,6 @@ body, html {
}
}
{{ with $page.Param "paige.max_width" }}
#paige-root {
max-width: {{ . | safeCSS }};
}
{{ end }}
{{ with $page.Param "paige.style" }}
{{ . | safeCSS }}
{{ end }}