From 458e15dd0fd5566ec98e9b9bea7b8c8af93d23ee Mon Sep 17 00:00:00 2001 From: gravel Date: Sun, 21 May 2023 19:12:27 +0200 Subject: [PATCH] Fix column width reference --- output/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/output/index.css b/output/index.css index 41ec572..76ee0fa 100644 --- a/output/index.css +++ b/output/index.css @@ -7,7 +7,7 @@ except name and description on smaller screens */ --collapsed-static-column-width-px: 300px; --collapsed-static-column-width: calc( - ( 300 / var(--max-font-size-unitless) ) * 1rem + ( 300 / var(--min-font-size-unitless) ) * 1rem ); /* Measurements of the width of all columns