diff options
author | Preston Pan <preston@nullring.xyz> | 2024-01-25 19:24:16 -0800 |
---|---|---|
committer | Preston Pan <preston@nullring.xyz> | 2024-01-25 19:24:16 -0800 |
commit | 8bf94dd5c9529bc7fe599a32e96622d29d2c1436 (patch) | |
tree | 40d4c8b9af81be7be3ad3862aed09c1b7dc96527 | |
parent | d18d2ec8b79deaab200f5ab2edb94ade81e13ceb (diff) |
center postamble
-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; } |