|
@@ -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;
|