diff options
-rw-r--r-- | index.org | 2 | ||||
-rw-r--r-- | style.css | 6 |
2 files changed, 2 insertions, 6 deletions
@@ -62,7 +62,7 @@ website: #+begin_src shell :exports code :results silent cd ~/org/website git add . -git commit -m "manually fix stem code blocks" +git commit -m "center postamble" git push github main rsync -azvP ~/website_html/ root@nullring.xyz:/var/www/ret2pop/ #+end_src @@ -180,11 +180,7 @@ pre { rgba(0, 0, 0, 0.22) 0px 15px 12px; } -.preamble { - font-size: 20px; -} - -.postamble { +#postamble { text-align: center; } |