Skip to content

Commit ea90f92

Browse files
[DOCS] Remove excessive white space from the landing page (#93472)
1 parent a722fc5 commit ea90f92

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

docs/reference/index-custom-title-page.html

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,14 @@
4141
-moz-columns: 2;
4242
}
4343
}
44+
45+
#guide h3.gtk {
46+
margin-top: 0;
47+
}
48+
49+
.mb-4, .my-4 {
50+
margin-bottom: 0!important;
51+
}
4452
</style>
4553

4654
<div class="legalnotice"></div>
@@ -68,7 +76,7 @@ <h2>Search and analyze your data</h2>
6876
</div>
6977
</div>
7078

71-
<h3>Get to know Elasticsearch</h3>
79+
<h3 class="gtk">Get to know Elasticsearch</h3>
7280

7381
<div class="my-5">
7482
<div class="d-flex align-items-center mb-3">
@@ -191,7 +199,7 @@ <h4 class="mt-3">
191199
</ul>
192200
</div>
193201

194-
<h3>Explore by use case</h3>
202+
<h3 class="explore">Explore by use case</h3>
195203

196204
<div class="row my-4">
197205
<div class="col-md-4 col-12 mb-2">

0 commit comments

Comments
 (0)