Skip to content

Commit 6eeadf2

Browse files
committed
Fix jumbotron lines
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
1 parent 9fa8040 commit 6eeadf2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

content/_index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
+++
44

55
<div class="border-top" id="jumbotron">
6-
<div class="container pt-4 pt-md-5">
6+
<div class="container pt-4 pt-md-5 pb-3">
77
<div>
88
<div class="badge text-wrap border border-primary text-dark fs-6 mb-4 p-2"><b>Blaze</b>: Compiling JSON Schema for 10x Faster Validation. <a href="https://arxiv.org/abs/2503.02770">Read our paper</a></div>
99

@@ -34,7 +34,7 @@ <h2 class="fw-lighter d-none d-lg-block">
3434
</div>
3535
</div>
3636

37-
<section class="border-top border-bottom bg-light-subtle mt-3 mb-4 shadow-sm">
37+
<section class="border-top border-bottom bg-light-subtle mb-4 shadow-sm">
3838
<div class="container text-secondary d-flex flex-column flex-xl-row align-items-center text-center text-xl-start">
3939
<div class="me-xl-5 my-4 text-nowrap">
4040
<p class="fs-5 mb-2 fw-light">

0 commit comments

Comments
 (0)