aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
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;
+ }
}