From ad65ada61fe617631020f486758a62a8d0440e72 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sat, 12 Feb 2022 06:41:43 +0100 Subject: Resized width of page to 640px --- template/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template') diff --git a/template/style.css b/template/style.css index bd20e26..21b1586 100755 --- a/template/style.css +++ b/template/style.css @@ -1,5 +1,5 @@ :root { - --base-document-width: 680px; + --base-document-width: 640px; --base-font-size: 16px; --base-line-heigh: 1.6em; --base-color: #111111; -- cgit v1.2.3