From d6e2c196f799d0cd5bceb0b5c0260111e739c374 Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Fri, 15 Mar 2024 16:55:18 -0700 Subject: crypto thing done --- style.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'style.css') diff --git a/style.css b/style.css index b4b97c2..0f0f6a2 100644 --- a/style.css +++ b/style.css @@ -205,10 +205,19 @@ pre.src-stem:before { @media (max-width: 1250px) { body { margin: 20px auto; - margin-left: 200px; font-size: 20px; } + h1 { + font-size: 20px; + } + h2 { + font-size: 18px; + } #table-of-contents { display: none; } + #table-of-contents ul a { + padding: 0px 0px 0px 0px; + text-decoration: none; + } } -- cgit