2016-06-28 09:33:45 +01:00

6 lines
142 B
CSS

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