fixed pre widths
This commit is contained in:
parent
42fa6e8838
commit
5f5403e7dc
@ -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
|
||||
|
@ -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; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user