noxz-sites

A collection of a builder and various scripts creating the noxz.tech sites
git clone https://noxz.tech/git/noxz-sites.git
Log | Files | README | LICENSE

commit: 3ec298a498527f7da9e5b4bed5575d50f3c29a9c
parent: 07a2e8788196d5db3525cd55c2db259b83160fff
author: Chris Noxz <chris@noxz.tech>
date:   Sun, 26 Jun 2022 17:22:45 +0200
fix p alignment after global justify in css
Mnoxz.tech/pub/style.css6+++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/noxz.tech/pub/style.css b/noxz.tech/pub/style.css
@@ -224,15 +224,15 @@ span.right {
 	text-indent     : -2em;
 }
 
-p.left {
+#main p.left {
 	text-align      : left;
 }
 
-p.center {
+#main p.center {
 	text-align      : center;
 }
 
-p.right {
+#main p.right {
 	text-align      : right;
 }