From 4a55efee87c87e717e69efcf58196fd9e0ab3a35 Mon Sep 17 00:00:00 2001 From: Animesh Trivedi Date: Thu, 19 Jul 2018 14:05:09 +0200 Subject: [PATCH] [CRAIL-46] Adding incubating in the landing text It required a bit of modification in the left/right padding in the box to keep the paragraph in 2 lines. --- site/css/bootstrap.min.css | 4 ++-- site/index.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/site/css/bootstrap.min.css b/site/css/bootstrap.min.css index 494f06b4..f90ecd25 100644 --- a/site/css/bootstrap.min.css +++ b/site/css/bootstrap.min.css @@ -3782,8 +3782,8 @@ a.list-group-item.active>.badge,.nav-pills>.active>a>.badge { padding-bottom:48px } .container .jumbotron { - padding-right:60px; - padding-left:60px + padding-right:50px; + padding-left:50px } .jumbotron h1 { font-size:63px diff --git a/site/index.html b/site/index.html index 60f5bf4e..92d01baa 100644 --- a/site/index.html +++ b/site/index.html @@ -4,7 +4,7 @@ notitle: true ---
-

Apache Crail is a high-performance distributed data store designed for fast sharing of ephemeral data in distributed data processing workloads

+

Apache Crail (Incubating) is a high-performance distributed data store designed for fast sharing of ephemeral data in distributed data processing workloads

Download Now