summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--website/local.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/website/local.css b/website/local.css
index 388531b..ca9fe55 100644
--- a/website/local.css
+++ b/website/local.css
@@ -100,7 +100,7 @@ div.actions {
}
/* align main paragraphs to the right side of the monkey's finger */
-body > p {
+div#content > p {
margin-left: 18px;
margin-right: 5em;
}