Repos / hi.imnhan.com / 810ba3e92a
commit 810ba3e92a69d2708eaadf5688f2185fb950f68e
Author: Nhân <hi@imnhan.com>
Date:   Fri Apr 14 21:48:39 2023 +0700

    decide max width by rem to because why not

diff --git a/nhanb-theme/static/css/main.css b/nhanb-theme/static/css/main.css
index 1127aca..d5be590 100644
--- a/nhanb-theme/static/css/main.css
+++ b/nhanb-theme/static/css/main.css
@@ -188,7 +188,7 @@ .highlight .err {
 /* site-specific stuff follows */
 
 #main {
-  max-width: 650px;
+  max-width: 36rem;
   margin: 0 auto;
   padding: 0 0.6rem;
 }