This is an automated email from the ASF dual-hosted git repository. hxd pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-iotdb-website.git
commit 9cb5a16a65eee968ef8af4cc046f7dce32147548 Author: samperson1997 <[email protected]> AuthorDate: Mon Dec 23 20:46:03 2019 +0800 Fix main feature text style --- src/views/Home.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Home.vue b/src/views/Home.vue index c7ae8f2..c31db73 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -89,7 +89,7 @@ </div> <div class="col-xs-10 col-sm-10 feature-title"><p>{{item.featureTitle}}</p></div> </div> - <p class="feature-content" style="text-align: justify">{{item.featureContent}}</p> + <p class="feature-content">{{item.featureContent}}</p> <hr/> </div> </div>
