From efb7512c6f16bc01c593030e6e0f3d760bbf33cc Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Fri, 26 Jan 2024 19:16:31 -0800 Subject: "fix" for mobile --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index bb8a521..2c83948 100644 --- a/style.css +++ b/style.css @@ -208,7 +208,7 @@ pre.src-stem:before { margin-left: 200px; font-size: 20px; } - #table-of-contents ul a { - font-size: 25px; + #table-of-contents { + display: none; } } -- cgit