aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorPreston Pan <preston@nullring.xyz>2024-03-15 16:55:18 -0700
committerPreston Pan <preston@nullring.xyz>2024-03-15 16:55:18 -0700
commitd6e2c196f799d0cd5bceb0b5c0260111e739c374 (patch)
tree8dd8a583da3d00b17b6c9ac6114aa3ad6068f587 /style.css
parent17e21b406aa800f3ca2ab014c53a6fb47f707ccc (diff)
crypto thing done
Diffstat (limited to 'style.css')
-rw-r--r--style.css11
1 files changed, 10 insertions, 1 deletions
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;
+ }
}