Fix the narrow look CSS

This commit is contained in:
Will Faught
2024-06-05 23:07:37 -07:00
parent 62367fe043
commit 62756fcf20

View File

@@ -1051,12 +1051,12 @@ try the following in `yoursite/layouts/partials/paige/style-first.css`:
By default, the content expands to fill the whole window. By default, the content expands to fill the whole window.
This can result in very long lines, depending on the window width. This can result in very long lines, depending on the window width.
To use [the recommended line length of 66 characters](https://en.wikipedia.org/wiki/Line_length#Printed_text), To use [the recommended line length of 66 characters](https://en.wikipedia.org/wiki/Line_length#Printed_text) (40rem),
try the following in `yoursite/hugo.toml`: try the following in `yoursite/hugo.toml`:
```toml ```toml
[params.paige] [params.paige]
style = "#paige-content { width: 66ch; }" style = "#paige-content > * { margin-left: auto; margin-right: auto; max-width: 40rem; }"
``` ```
### Menu navigation only ### Menu navigation only