aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPreston Pan <preston@nullring.xyz>2024-01-26 18:27:01 -0800
committerPreston Pan <preston@nullring.xyz>2024-01-26 18:27:01 -0800
commitbd9ec8459944bea0195e9e9c4c199599763ad541 (patch)
tree316fc6c76be30a5bf0ba7369add4ac76ead70ef3
parent13e09dc9dc3aca9abd93abe62683c89a73a42122 (diff)
more media queries
-rw-r--r--index.org2
-rw-r--r--style.css3
2 files changed, 4 insertions, 1 deletions
diff --git a/index.org b/index.org
index 8886ef5..b344335 100644
--- a/index.org
+++ b/index.org
@@ -64,7 +64,7 @@ website:
#+begin_src shell :exports code :results silent
cd ~/org/website
git add .
-git commit -m "media queries"
+git commit -m "more media queries"
git push github main
rsync -azvP ~/website_html/ root@nullring.xyz:/var/www/ret2pop/
#+end_src
diff --git a/style.css b/style.css
index 8234b7f..bb8a521 100644
--- a/style.css
+++ b/style.css
@@ -208,4 +208,7 @@ pre.src-stem:before {
margin-left: 200px;
font-size: 20px;
}
+ #table-of-contents ul a {
+ font-size: 25px;
+ }
}