2016-10-04 14:18:43 +01:00

12 lines
224 B
CSS

@media only screen and (max-width: 640px) {
.mdl-layout__header.header-search-expanded .mdl-layout-title {
display: none;
}
}
.mdl-layout-title{
font-size: 17px;
}
.user-profile{
margin-right: 3px;
}