diff --git a/public/style/templeos.css b/public/style/templeos.css index c3c7d26..5f51fe6 100644 --- a/public/style/templeos.css +++ b/public/style/templeos.css @@ -6,7 +6,7 @@ body { #content { font-family: courier, monospace; font-size: 10pt; - width: 80ch; + min-width: 80ch; display: inline-block; text-align: left; }