Fix layout on wide files
This commit is contained in:
parent
d7d2e0d04b
commit
1a16c887b1
@ -6,7 +6,7 @@ body {
|
|||||||
#content {
|
#content {
|
||||||
font-family: courier, monospace;
|
font-family: courier, monospace;
|
||||||
font-size: 10pt;
|
font-size: 10pt;
|
||||||
width: 80ch;
|
min-width: 80ch;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user