Skip to content

Commit

Permalink
fix(website): responsive logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Shipow committed Mar 12, 2016
1 parent 592522e commit b856d67
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/css/_home.scss
Expand Up @@ -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;
}
Expand Down
1 change: 1 addition & 0 deletions docs/index.haml
Expand Up @@ -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"}
Expand Down

0 comments on commit b856d67

Please sign in to comment.