From 491993f6abe1e0e4d74e3ec0ef8a3fb3927c72d1 Mon Sep 17 00:00:00 2001 From: moskalyk Date: Fri, 17 Mar 2023 09:39:17 -0400 Subject: [PATCH] adjusted width of main pae to make the table of content appear in the right sidebar --- src/css/doc.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/css/doc.css b/src/css/doc.css index 48e5fdddf..57eb7c703 100644 --- a/src/css/doc.css +++ b/src/css/doc.css @@ -18,3 +18,7 @@ @apply dark:fill-white-80 fill-black-80; width: 16px; } + +.col { + width: 80% +}