Skip to content

Commit b856d67

Browse files
committed
fix(website): responsive logo
1 parent 592522e commit b856d67

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/css/_home.scss

+4-1
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,13 @@ html, body {
9999
// ------------------------- */
100100
.jumbotron {
101101
padding-top: 60px;
102-
padding-bottom: 32px;
102+
padding-bottom: 12px;
103103
background: #091724 url(../img/header-bg.jpg) no-repeat center center;
104104
background-size: cover;
105105
margin-bottom: 0;
106+
.logo {
107+
max-width: 100%;
108+
}
106109
.join-form {
107110
border-radius: 5px 5px 0 0;
108111
}

docs/index.haml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ layout: default
88
%h1.jumbotron-title
99
%img.logo{:src => "./img/docsearch-logo.svg"}
1010
%p#top The easiest way to add search to your documentation.
11+
.spacer20
1112
.jumbotron-left-column
1213
%div.index-container
1314
%img.index{:src => "./img/illus-index.svg"}

0 commit comments

Comments
 (0)