summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcobertk <cobertk@proton.me>2022-04-24 01:14:45 -0700
committercobertk <cobertk@proton.me>2022-04-24 01:14:45 -0700
commite6992514383c37b611a8e8c1cabfd57ff38494f7 (patch)
tree5bd17d107f92328e9d19ebddfcfc19da5ef36da7
parentc51f5999a25ed09ccd5d4dfcb05ddd7f97607b43 (diff)
CSS: Fix home page narrow text
-rw-r--r--css/v2.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/css/v2.css b/css/v2.css
index 170ea52d..66831874 100644
--- a/css/v2.css
+++ b/css/v2.css
@@ -128,7 +128,7 @@ b.grayedout { font-weight: normal }
i.grayedout { font-style: normal }
.underline { text-decoration: underline }
#maincontent h2 b { font: 13px "Tahoma", "Arial", sans-serif; font-weight: normal; }
-p.description, div.description { margin: 10px 100px!important; }
+p.description, div.description { margin: 10px auto!important; max-width: 500px; }
b.done { font-weight: normal; color: $statok }
b.todo { font-weight: normal; color: $statnok }
b.neutral { font-weight: normal }