diff options
author | TinWoodman92 <chrhodgden@gmail.com> | 2023-12-14 17:32:01 -0600 |
---|---|---|
committer | TinWoodman92 <chrhodgden@gmail.com> | 2023-12-14 17:32:01 -0600 |
commit | c2cd16e922cb8abe206a51e03ae4b711e2c0fba9 (patch) | |
tree | ca6a8e1787705e0282dd52e73fc8e47258bc7972 /style.css | |
parent | 02843201e8091f9cca4f72ced30eb65dc140b764 (diff) |
cleaned up <p> element usage.
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -50,6 +50,7 @@ body { p { color: var(--foreground-theme-color); + text-indent: 4em; } hr { |