This is an automated email from the ASF dual-hosted git repository.

nic pushed a commit to branch document
in repository https://gitbox.apache.org/repos/asf/kylin.git

commit de723b305838aa695628388d96c2db5ea48a6fab
Author: rupengwang <wangrup...@live.cn>
AuthorDate: Thu Sep 19 11:25:36 2019 +0800

    modify the style of subtitle and indent
---
 website/assets/css/styles.css |  4 ++--
 website/index.md              | 12 ++++++------
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/website/assets/css/styles.css b/website/assets/css/styles.css
index 752cb67..eabe631 100644
--- a/website/assets/css/styles.css
+++ b/website/assets/css/styles.css
@@ -77,7 +77,7 @@ blockquote p {
 }
 .card-s {
        height: 240px;
-    padding: 25px;
+    padding: 10px;
 }
 .card-m {
        height: 500px;
@@ -747,7 +747,7 @@ a.section-menu-title:hover {
     bottom: 0;
 }
 .card-s .indent {
-       margin-top: 25px;
+       margin-top: 15px;
 }
 .card-l ul{
        margin: 45px 0 0 20px;
diff --git a/website/index.md b/website/index.md
index c196de5..9b2c889 100644
--- a/website/index.md
+++ b/website/index.md
@@ -54,7 +54,7 @@ title: OLAP engine for big data
                 <div class="home-pic">
                   <img width="30" src="assets/images/icon_index_olap.png">
                 </div>
-                <h5>Extremely Fast OLAP Engine for Big Data at Scale: </h5>
+                <h6><b>Extremely Fast OLAP Engine for Big Data at Scale: 
</b></h6>
                 <div class="indent" style="margin-top: 25px">Kylin is designed 
to reduce query latency on Hadoop/Spark for 10+ billions of rows of data</div>
               </div>
             </div>
@@ -63,7 +63,7 @@ title: OLAP engine for big data
                 <div class="home-pic">
                   <img width="30" src="assets/images/icon_index_shape.png">
                 </div>
-                <h5>Seamless Integration with BI Tools:</h5>
+                <h6><b>Seamless Integration with BI Tools:</b></h6>
                 <div class="indent">Kylin currently offers integration 
capability with BI Tools like Tableau, PowerBI/Excel, MSTR, QlikSense, Hue and 
SuperSet</div>
               </div>
             </div>
@@ -72,7 +72,7 @@ title: OLAP engine for big data
                 <div class="home-pic">
                   <img width="30" src="assets/images/icon_index_hadoop.png">
                 </div>
-                <h5>ANSI SQL Interface for Big Data on Hadoop: </h5>
+                <h6><b>ANSI SQL Interface for Big Data on Hadoop: </b></h6>
                 <div class="indent" style="margin-top: 25px">As an OLAP 
engine, Kylin offers ANSI SQL on Hadoop/Spark and supports most ANSI SQL query 
functions</div>
               </div>
             </div>
@@ -81,7 +81,7 @@ title: OLAP engine for big data
                 <div class="home-pic">
                   <img width="30" src="assets/images/icon_index_query.png">
                 </div>
-                <h5>Interactive Query with Low Latency and High Performance: 
</h5>
+                <h6><b>Interactive Query with Low Latency and High 
Performance: </b></h6>
                 <div class="indent" style="margin-top: 25px">Users can 
interact with Hadoop data via Kylin at sub-second latency, better than Hive 
queries for the same dataset</div>
               </div>
             </div>
@@ -90,7 +90,7 @@ title: OLAP engine for big data
                 <div class="home-pic">
                   <img width="30" src="assets/images/icon_index_streaming.png">
                 </div>
-                <h5>Real-time OLAP for Streaming Big Data:</h5>
+                <h6><b>Real-time OLAP for Streaming Big Data:</b></h6>
                 <div class="indent">Kylin is able to compute streaming data 
once it is generated, user is capable of doing real-time data analysis with 
latencey on second level</div>
               </div>
             </div>
@@ -99,7 +99,7 @@ title: OLAP engine for big data
                 <div class="home-pic">
                   <img width="30" src="assets/images/icon_index_cube.png"> 
                 </div>
-                <h5>MOLAP Cube:</h5>
+                <h6><b>MOLAP Cube:</b></h6>
                 <div class="indent" style="margin-top: 25px">User can define a 
data model and pre-build in Kylin with more than 10+ billions of raw data 
records</div>
               </div>
             </div>

Reply via email to