fixed pre widths

This commit is contained in:
Stavros Polymenis 2017-01-09 22:02:52 +00:00
parent 42fa6e8838
commit 5f5403e7dc
2 changed files with 5 additions and 3 deletions

View File

@ -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

View File

@ -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; }