diff options
author | Preston Pan <preston@nullring.xyz> | 2024-03-15 16:55:18 -0700 |
---|---|---|
committer | Preston Pan <preston@nullring.xyz> | 2024-03-15 16:55:18 -0700 |
commit | d6e2c196f799d0cd5bceb0b5c0260111e739c374 (patch) | |
tree | 8dd8a583da3d00b17b6c9ac6114aa3ad6068f587 /style.css | |
parent | 17e21b406aa800f3ca2ab014c53a6fb47f707ccc (diff) |
crypto thing done
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -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; + } } |