]> Untitled Git - monorepo.git/commitdiff
media queries
authorPreston Pan <preston@nullring.xyz>
Sat, 27 Jan 2024 02:24:11 +0000 (18:24 -0800)
committerPreston Pan <preston@nullring.xyz>
Sat, 27 Jan 2024 02:24:11 +0000 (18:24 -0800)
index.org
style.css

index c2e5b3de990b79f3f04f3d81b24ff95cb1a1e2c2..8886ef5ca1073728383b7b526ba7edfe31df911a 100644 (file)
--- 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 "add meta tag"
+git commit -m "media queries"
 git push github main
 rsync -azvP ~/website_html/ root@nullring.xyz:/var/www/ret2pop/
 #+end_src
index 43a84fcd4933ba8c38b4b7202f6e99f66e27da9f..8234b7fd894fb09d38bf49d336600e64da6f3d9f 100644 (file)
--- a/style.css
+++ b/style.css
@@ -206,5 +206,6 @@ pre.src-stem:before {
   body {
     margin: 20px auto;
     margin-left: 200px;
+    font-size: 20px;
   }
 }