diff --git a/docs/css/_home.scss b/docs/css/_home.scss index c1320576f..dfcabf643 100644 --- a/docs/css/_home.scss +++ b/docs/css/_home.scss @@ -99,10 +99,13 @@ html, body { // ------------------------- */ .jumbotron { padding-top: 60px; - padding-bottom: 32px; + padding-bottom: 12px; background: #091724 url(../img/header-bg.jpg) no-repeat center center; background-size: cover; margin-bottom: 0; + .logo { + max-width: 100%; + } .join-form { border-radius: 5px 5px 0 0; } diff --git a/docs/index.haml b/docs/index.haml index e4990f158..f42a126bf 100644 --- a/docs/index.haml +++ b/docs/index.haml @@ -8,6 +8,7 @@ layout: default %h1.jumbotron-title %img.logo{:src => "./img/docsearch-logo.svg"} %p#top The easiest way to add search to your documentation. + .spacer20 .jumbotron-left-column %div.index-container %img.index{:src => "./img/illus-index.svg"}