fix(header): more enchantment over header

This commit is contained in:
Alexey Kasyanchuk
2018-05-13 12:09:22 +03:00
parent 8423f19a74
commit 0fe7ee2a1f
4 changed files with 31 additions and 2 deletions

View File

@ -83,4 +83,30 @@
top: 6px;
padding-left: 0px;
}
}
@media only screen and (max-width: 840px)
{
.header-row {
flex-wrap: wrap;
align-content: flex-start;
justify-content: flex-start;
}
.search-panel {
margin-left: inherit !important;
}
.header .header-row {
min-height: 450px;
}
.search-panel {
margin-top: 0px !important;
padding-left: 6px;
}
.search-row {
min-width: 30em !important;
}
}