diff options
author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2023-07-31 10:56:29 +0700 |
---|---|---|
committer | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2023-07-31 10:56:29 +0700 |
commit | d49f5c58de9308af15aa1665276eab92fe22ac19 (patch) | |
tree | bf3781ad46f7f07331589cc373ed27ba659f8df5 /assets/css/theme.css | |
parent | 000d2655efb7839a6b626fae82bf310bd4b4ab74 (diff) | |
download | victor-d49f5c58de9308af15aa1665276eab92fe22ac19.tar.gz |
Widen the reading space
Diffstat (limited to 'assets/css/theme.css')
-rw-r--r-- | assets/css/theme.css | 4 |
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; } |