File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -1072,7 +1072,8 @@ try the following in `yoursite/hugo.toml`:
1072
1072
` ` ` toml
1073
1073
[params.paige]
1074
1074
style = " " "
1075
- #paige-page-content > * { margin-left: auto; margin-right: auto; max-width: 40rem; }
1075
+ #paige-page-content,
1076
+ #paige-page-pages > * { margin-left: auto; margin-right: auto; max-width: 40rem; }
1076
1077
" " "
1077
1078
` ` `
1078
1079
@@ -1087,7 +1088,8 @@ try the following in `yoursite/hugo.toml`:
1087
1088
` ` ` toml
1088
1089
[params.paige]
1089
1090
style = " " "
1090
- #paige-page-content > * { margin-left: auto; margin-right: auto; max-width: 40rem; }
1091
+ #paige-page-content,
1092
+ #paige-page-pages > * { margin-left: auto; margin-right: auto; max-width: 40rem; }
1091
1093
#paige-page-content > img,
1092
1094
#paige-page-content > .paige-shortcode-image,
1093
1095
#paige-page-content > .paige-shortcode-vimeo,
You can’t perform that action at this time.
0 commit comments