about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--templates/style.css3
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/style.css b/templates/style.css
index db3774b..54ad0da 100644
--- a/templates/style.css
+++ b/templates/style.css
@@ -2,8 +2,7 @@ body {
   font-family: Verdana, sans-serif;
   margin: auto;
   padding: 1em;
-  max-width: 720px;
-  max-width: 60vw;
+  max-width: 50rem;
   text-align: left;
   background-color: #fff;
   word-wrap: break-word;