about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNgô Ngọc Đức Huy <huyngo@disroot.org>2023-07-31 10:56:29 +0700
committerNgô Ngọc Đức Huy <huyngo@disroot.org>2023-07-31 10:56:29 +0700
commitd49f5c58de9308af15aa1665276eab92fe22ac19 (patch)
treebf3781ad46f7f07331589cc373ed27ba659f8df5
parent000d2655efb7839a6b626fae82bf310bd4b4ab74 (diff)
downloadvictor-d49f5c58de9308af15aa1665276eab92fe22ac19.tar.gz
Widen the reading space
-rw-r--r--assets/css/theme.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/assets/css/theme.css b/assets/css/theme.css
index ae5acde..e659a2d 100644
--- a/assets/css/theme.css
+++ b/assets/css/theme.css
@@ -1,3 +1,7 @@
+:root {
+    --column-width: 80ch;
+}
+
 nav ul, nav ul li {
 	display: inline-block;
 }