about summary refs log tree commit diff homepage
path: root/_css/style.css
diff options
context:
space:
mode:
Diffstat (limited to '_css/style.css')
-rw-r--r--_css/style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/_css/style.css b/_css/style.css
index 4348f40..df2bd22 100644
--- a/_css/style.css
+++ b/_css/style.css
@@ -9,7 +9,7 @@ html {
     box-sizing: border-box;
     font-size: clamp(100%, 2vw, 150%);
     margin: auto;
-    max-width: 36rem;
+    max-width: 72ch;
 }
 
 body { margin: 0 1rem }
@@ -203,7 +203,7 @@ code, .hljs {
     color: ButtonText;
     display: flex;
     flex-direction: column;
-    flex: 1 1 12rem;
+    flex: 1 1 24ch;
     margin: 1ex;
     padding: 1ex;
 }