mirror of https://github.com/docker/docs.git
landing-page: fix hero style
Signed-off-by: Jérémie Drouet <jeremie.drouet@gmail.com>
This commit is contained in:
parent
f56378e53f
commit
1a2f44ab05
|
@ -59,7 +59,7 @@
|
|||
</div>
|
||||
<div class="row justify-content-center">
|
||||
<form
|
||||
class="col-xs-12 col-sm-offset-2 col-sm-8 col-md-offset-3 col-md-6 col-lg-offset-4 col-lg-4"
|
||||
class="col-xs-12 col-sm-offset-2 col-sm-8 col-md-offset-2 col-md-8 col-lg-offset-3 col-lg-6"
|
||||
method="GET"
|
||||
action="/search/"
|
||||
>
|
||||
|
|
|
@ -7,12 +7,15 @@ $bg-card-night: #0F161E;
|
|||
body#landing {
|
||||
background-color: $bg-sidebar;
|
||||
color: $body-text-color;
|
||||
font-family: "Geomanist Regular";
|
||||
font-size: $body-text-size;
|
||||
margin: $clear;
|
||||
padding: $clear;
|
||||
overflow-x: hidden;
|
||||
|
||||
h2, h5, h6 {
|
||||
font-family: 'Geomanist Regular';
|
||||
}
|
||||
|
||||
section {
|
||||
margin-top: 40px;
|
||||
margin-bottom: 40px;
|
||||
|
@ -83,6 +86,13 @@ body#landing {
|
|||
line-height: 32px;
|
||||
margin-bottom: 14px;
|
||||
}
|
||||
|
||||
input {
|
||||
font-size: 18px;
|
||||
height: 50px;
|
||||
line-height: 24px;
|
||||
padding: 13px 20px;
|
||||
}
|
||||
}
|
||||
|
||||
.card-holder {
|
||||
|
|
Loading…
Reference in New Issue