This website works better with JavaScript
Home
Explore
Help
Sign In
DricomDragon
/
WebLand
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Align feature paragraph content to left
DricomDragon
5 years ago
parent
92600dcfe9
commit
3394178f63
1 changed files
with
4 additions
and
0 deletions
Split View
Show Diff Stats
4
0
web/custom.css
+ 4
- 0
web/custom.css
View File
@@ -25,3 +25,7 @@ p {
.feature-content {
flex: 1;
}
+
+.feature p {
+ text-align: left;
+}