diff options
author | Nicholas Johnson <nick@nicholasjohnson.ch> | 2022-12-08 00:00:00 +0000 |
---|---|---|
committer | Nicholas Johnson <nick@nicholasjohnson.ch> | 2022-12-08 00:00:00 +0000 |
commit | 5d6586f7e6660f21a2daa2542b30c79b31c7e3496a7db67033aceca0146aaaa0 (patch) | |
tree | 01ed8e900e719e41591e82f4146dfca5bb941a6c72fb5e6624bd7faf95541162 /assets/css/style.css | |
parent | 62ce11b2db733e70a584eb9ba002a42c18806f1fdca57833dc5fd694c3b306af (diff) | |
download | hugo-theme-journal-5d6586f7e6660f21a2daa2542b30c79b31c7e3496a7db67033aceca0146aaaa0.tar.gz hugo-theme-journal-5d6586f7e6660f21a2daa2542b30c79b31c7e3496a7db67033aceca0146aaaa0.zip |
Set max line length to roughly 72 chars
Diffstat (limited to 'assets/css/style.css')
-rw-r--r-- | assets/css/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/css/style.css b/assets/css/style.css index 5546187..6512a20 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -82,9 +82,9 @@ p, ul, ol, blockquote { padding: 1.4em 0; } -@media only screen and (min-width: 40em) { +@media only screen and (min-width: 72ch) { .body { - max-width: 40em; + max-width: 72ch; } } |