1
0
Fork 0

fix(website): responsive logo

This commit is contained in:
Shipow 2016-03-12 12:53:22 +01:00
parent 592522e784
commit b856d6717f
2 changed files with 5 additions and 1 deletions

View file

@ -99,10 +99,13 @@ html, body {
// ------------------------- */ // ------------------------- */
.jumbotron { .jumbotron {
padding-top: 60px; padding-top: 60px;
padding-bottom: 32px; padding-bottom: 12px;
background: #091724 url(../img/header-bg.jpg) no-repeat center center; background: #091724 url(../img/header-bg.jpg) no-repeat center center;
background-size: cover; background-size: cover;
margin-bottom: 0; margin-bottom: 0;
.logo {
max-width: 100%;
}
.join-form { .join-form {
border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0;
} }

View file

@ -8,6 +8,7 @@ layout: default
%h1.jumbotron-title %h1.jumbotron-title
%img.logo{:src => "./img/docsearch-logo.svg"} %img.logo{:src => "./img/docsearch-logo.svg"}
%p#top The easiest way to add search to your documentation. %p#top The easiest way to add search to your documentation.
.spacer20
.jumbotron-left-column .jumbotron-left-column
%div.index-container %div.index-container
%img.index{:src => "./img/illus-index.svg"} %img.index{:src => "./img/illus-index.svg"}