From d49f5c58de9308af15aa1665276eab92fe22ac19 Mon Sep 17 00:00:00 2001 From: Ngô Ngọc Đức Huy Date: Mon, 31 Jul 2023 10:56:29 +0700 Subject: Widen the reading space --- assets/css/theme.css | 4 ++++ 1 file changed, 4 insertions(+) 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; } -- cgit 1.4.1