fix(website): responsive logo
This commit is contained in:
parent
592522e784
commit
b856d6717f
2 changed files with 5 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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"}
|
||||
|
|
|
|||
Loading…
Reference in a new issue