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>
|
||||||
<div class="row justify-content-center">
|
<div class="row justify-content-center">
|
||||||
<form
|
<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"
|
method="GET"
|
||||||
action="/search/"
|
action="/search/"
|
||||||
>
|
>
|
||||||
|
|
|
@ -7,12 +7,15 @@ $bg-card-night: #0F161E;
|
||||||
body#landing {
|
body#landing {
|
||||||
background-color: $bg-sidebar;
|
background-color: $bg-sidebar;
|
||||||
color: $body-text-color;
|
color: $body-text-color;
|
||||||
font-family: "Geomanist Regular";
|
|
||||||
font-size: $body-text-size;
|
font-size: $body-text-size;
|
||||||
margin: $clear;
|
margin: $clear;
|
||||||
padding: $clear;
|
padding: $clear;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
|
|
||||||
|
h2, h5, h6 {
|
||||||
|
font-family: 'Geomanist Regular';
|
||||||
|
}
|
||||||
|
|
||||||
section {
|
section {
|
||||||
margin-top: 40px;
|
margin-top: 40px;
|
||||||
margin-bottom: 40px;
|
margin-bottom: 40px;
|
||||||
|
@ -83,6 +86,13 @@ body#landing {
|
||||||
line-height: 32px;
|
line-height: 32px;
|
||||||
margin-bottom: 14px;
|
margin-bottom: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input {
|
||||||
|
font-size: 18px;
|
||||||
|
height: 50px;
|
||||||
|
line-height: 24px;
|
||||||
|
padding: 13px 20px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-holder {
|
.card-holder {
|
||||||
|
|
Loading…
Reference in New Issue