From eeb84c5be16ecca239adae9c851bc0f7db0875a1 Mon Sep 17 00:00:00 2001 From: Evgeny Zinoviev Date: Sat, 4 Mar 2023 01:46:45 +0300 Subject: blog: support ToC --- htdocs/scss/vars.scss | 1 + 1 file changed, 1 insertion(+) (limited to 'htdocs/scss/vars.scss') diff --git a/htdocs/scss/vars.scss b/htdocs/scss/vars.scss index cc67f04..71a5f3f 100644 --- a/htdocs/scss/vars.scss +++ b/htdocs/scss/vars.scss @@ -4,6 +4,7 @@ $ff: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif; $ffMono: SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace; $base-width: 900px; +$wide_width: 1240px; $side-padding: 25px; $base-padding: 18px; $footer-height: 64px; -- cgit v1.2.3