summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorTinWoodman92 <chrhodgden@gmail.com>2023-12-14 17:32:01 -0600
committerTinWoodman92 <chrhodgden@gmail.com>2023-12-14 17:32:01 -0600
commitc2cd16e922cb8abe206a51e03ae4b711e2c0fba9 (patch)
treeca6a8e1787705e0282dd52e73fc8e47258bc7972 /style.css
parent02843201e8091f9cca4f72ced30eb65dc140b764 (diff)
cleaned up <p> element usage.
Diffstat (limited to 'style.css')
-rw-r--r--style.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/style.css b/style.css
index 6cffd15..8e8d2bf 100644
--- a/style.css
+++ b/style.css
@@ -50,6 +50,7 @@ body {
p {
color: var(--foreground-theme-color);
+ text-indent: 4em;
}
hr {