Skip to content

Commit 62958c9

Browse files
committed
adjust homepage column margins
1 parent fd9759c commit 62958c9

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

_layouts/home.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <h1>hyper</h1>
1414
</section>
1515
<section class="container">
1616
<div class="row">
17-
<div class="col-md-6">
17+
<div class="col-md-6 mb-md-5">
1818
<h3>The HTTP implementation for Rust</h3>
1919
<ul>
2020
<li>A <strong>Client</strong> for talking to web services.</li>
@@ -24,33 +24,33 @@ <h3>The HTTP implementation for Rust</h3>
2424
<li>HTTP/1 and <strong>HTTP/2</strong> support.</li>
2525
</ul>
2626
</div>
27-
<div class="col-md-6">
27+
<div class="col-md-6 mb-md-5">
2828
<h3>Latest: 1.0 is out!</h3>
2929
<p><a href="https://seanmonstar.com/blog/hyper-v1">hyper v1.0 is here!</a></p>
3030
</div>
3131
</div>
3232
<div class="row">
33-
<div class="col-md-6 col-lg-4">
33+
<div class="col-md-6 col-lg-4 mb-md-5">
3434
<h3>Open</h3>
3535
<p>hyper is open source, always. The success of hyper depends on the health of the community building and using it. All contributions are in the open.</p>
3636
</div>
37-
<div class="col-md-6 col-lg-4">
37+
<div class="col-md-6 col-lg-4 mb-md-5">
3838
<h3>Correct</h3>
3939
<p>hyper is a memory safe and robust implementation of the HTTP specification. It is durable to the “real world”. Where feasible, hyper enforces correct usage.</p>
4040
</div>
41-
<div class="col-md-6 col-lg-4">
41+
<div class="col-md-6 col-lg-4 mb-md-5">
4242
<h3>Fast</h3>
4343
<p>A fast experience delights users. A faster network library means a faster application, resulting in delighting our users’ users. Whether with one request, or millions.</p>
4444
</div>
45-
<div class="col-md-6 col-lg-4">
45+
<div class="col-md-6 col-lg-4 mb-md-5">
4646
<h3>HTTP/*</h3>
4747
<p>hyper is specifically focused on HTTP. Support for HTTP/1 and HTTP/2, with HTTP/3 in the works.</p>
4848
</div>
49-
<div class="col-md-6 col-lg-4">
49+
<div class="col-md-6 col-lg-4 mb-md-5">
5050
<h3>Flexible</h3>
51-
<p>hyper enables as many usecases as possible. It has no opinion on application structure, and makes few assumptions about its environment. This includes being portable to different operating systems.</p>
51+
<p>hyper enables as many usecases as possible. It has no opinion on application structure, and makes few assumptions about its environment.</p>
5252
</div>
53-
<div class="col-md-6 col-lg-4">
53+
<div class="col-md-6 col-lg-4 mb-md-5">
5454
<h3>Understandable</h3>
5555
<p>hyper is no more complicated than it has to be. HTTP is not simple. It may not be as “easy” as 1-line to do everything, but it shouldn’t be “hard” to find the answers.</p>
5656
</div>

0 commit comments

Comments
 (0)