adjust position of logo in search result page
This commit is contained in:
parent
a370481802
commit
fdefae13c3
1 changed files with 6 additions and 0 deletions
|
@ -240,6 +240,10 @@ body.search #searchOptions.active, body.help #searchOptions.active, body.error
|
|||
display: inline-block;
|
||||
}
|
||||
|
||||
.navbar-brand img {
|
||||
padding-top: 4px;
|
||||
}
|
||||
|
||||
/* Large desktop */
|
||||
@media ( min-width : 74.9em) {
|
||||
.visible-xs {
|
||||
|
@ -274,6 +278,7 @@ body.search #searchOptions.active, body.help #searchOptions.active, body.error
|
|||
}
|
||||
.navbar-brand img {
|
||||
width: 80px;
|
||||
padding-top: 6.5px;
|
||||
}
|
||||
.searchFormBox {
|
||||
margin-top: 20px;
|
||||
|
@ -312,6 +317,7 @@ body.search #searchOptions.active, body.help #searchOptions.active, body.error
|
|||
}
|
||||
.navbar-brand img {
|
||||
width: 80px;
|
||||
padding-top: 6.5px;
|
||||
}
|
||||
.searchFormBox {
|
||||
margin-top: 80px;
|
||||
|
|
Loading…
Add table
Reference in a new issue