Center dolphin logo a bit better.

This commit is contained in:
Scott Mansell
2015-09-16 06:00:32 +12:00
parent fd35406b19
commit dd91632f01
2 changed files with 4 additions and 4 deletions

View File

@@ -69,13 +69,13 @@ code {
height: auto;
min-height: 4em;
background: $gray-dark;
padding: 14px 17px 0 17px;
padding: 7px 17px 0 17px;
> h1 {
display: inline-block;
background: url('../images/logo.svg') no-repeat 5px 5px;
background-size: 72px 40px;
padding-left: 89px;
margin: 0 20px 2px 9px;
margin: 0 20px 9px 9px;
}
}

View File

@@ -573,14 +573,14 @@ code {
height: auto;
min-height: 4em;
background: #202020;
padding: 14px 17px 0 17px;
padding: 7px 17px 0 17px;
}
#header > h1 {
display: inline-block;
background: url("../images/logo.svg") no-repeat 5px 5px;
background-size: 72px 40px;
padding-left: 89px;
margin: 0 20px 2px 9px;
margin: 0 20px 9px 9px;
}
#quick-search select {