about summary refs log tree commit diff homepage
path: root/_css/style.css
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2021-11-19 22:10:36 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2021-11-19 22:10:36 +0700
commitd3b5105565fd212f88a1fc770c0a2646bc0fa80d (patch)
tree58677f631aff8a7af1d2418fcb9d55e3d3760042 /_css/style.css
parentb13d691d3d73ffb5b46ad2ed2a470a29454a172f (diff)
downloadsite-d3b5105565fd212f88a1fc770c0a2646bc0fa80d.tar.gz
Add ham recipe
Diffstat (limited to '_css/style.css')
-rw-r--r--_css/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/_css/style.css b/_css/style.css
index 238877d..1ed8623 100644
--- a/_css/style.css
+++ b/_css/style.css
@@ -41,7 +41,7 @@ html {
     color: var(--text-fg);
     font-size: min(max(100%, 2vw), 24px);
     margin: auto;
-    max-width: 72ch;
+    max-width: 36rem;
     scrollbar-color: var(--fade-fg) var(--block-bg);
 }