diff --git a/share/sass/main.sass b/share/sass/main.sass index 14eafcf..6bbd699 100644 --- a/share/sass/main.sass +++ b/share/sass/main.sass @@ -27,12 +27,13 @@ p, pre text-align: justify text-justify: inter-word -p, img, h1, h2, h3, h4, h5 +p, img, h1, h2, h3, h4, h5, article max-width: $max-text-width pre display: block max-width: $max-text-width + overflow: scroll ul, ol max-width: $max-text-width diff --git a/share/static/main.css b/share/static/main.css index 4df5613..ece88cd 100644 --- a/share/static/main.css +++ b/share/static/main.css @@ -45,12 +45,13 @@ p, pre { text-align: justify; text-justify: inter-word; } -p, img, h1, h2, h3, h4, h5 { +p, img, h1, h2, h3, h4, h5, article { max-width: 80ch; } pre { display: block; - max-width: 80ch; } + max-width: 80ch; + overflow: scroll; } ul, ol { max-width: 80ch; }