Skip to content

Commit 1be460d

Browse files
authored
Left-align feature text
1 parent 0248079 commit 1be460d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/static/css/custom.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ a:visited {
7272
max-height: 60px;
7373
}
7474
.featureBlock .blockContent > div p {
75-
text-align: justify;
75+
text-align: left;
7676
}
7777
.libBlock > div p {
7878
text-align: center;
@@ -138,4 +138,4 @@ a:visited {
138138
}
139139

140140
@media only screen and (min-width: 1500px) {
141-
}
141+
}

0 commit comments

Comments
 (0)