Browse Source

Align feature paragraph content to left

DricomDragon 5 years ago
parent
commit
3394178f63
1 changed files with 4 additions and 0 deletions
  1. 4 0
      web/custom.css

+ 4 - 0
web/custom.css

@@ -25,3 +25,7 @@ p {
 .feature-content {
 	flex: 1;
 }
+
+.feature p {
+	text-align: left;
+}