#1178 show header bar on mobile and tablet (#1179)

This commit is contained in:
Mario Romano 2016-11-30 03:12:44 -08:00 committed by Eugenio Romano
parent 3f0db4038f
commit 94dad585b1

View File

@ -1,6 +1,6 @@
@media only screen and (max-width: 640px) {
.mdl-layout__header.header-search-expanded .mdl-layout-title {
display: none;
@media screen and (max-width: 1024px) {
.mdl-layout__header {
display: block;
}
}