diff --git a/docs/index.html b/docs/index.html
index b491ea5..8531750 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -47,7 +47,7 @@
margin-right: auto;
}
-p {
+p:not(.notp) {
text-indent: 0;
line-height: 1.3;
}
diff --git a/main.css b/main.css
index b348360..1f8c762 100644
--- a/main.css
+++ b/main.css
@@ -7,7 +7,7 @@ img {
margin-right: auto;
}
-p {
+p:not(.notp) {
text-indent: 0;
line-height: 1.3;
}