landing-page: fix hero style

Signed-off-by: Jérémie Drouet <jeremie.drouet@gmail.com>
This commit is contained in:
Jérémie Drouet 2020-05-13 11:25:30 +02:00
parent f56378e53f
commit 1a2f44ab05
2 changed files with 12 additions and 2 deletions

View File

@ -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/"
>

View File

@ -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 {